> For the complete documentation index, see [llms.txt](https://woodrowpearson.gitbook.io/woodrow-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://woodrowpearson.gitbook.io/woodrow-wiki/unix/dotfiles.md).

# Dotfiles

Dotfiles are all the hidden settings and configuration files you have on your Unix system.

My own dotfiles can be found [here](https://github.com/woodrowpearson/home#readme). This was a fork from a previous co-worker who has probably the most verbose and customized dotfile setup I have ever seen. I personally disable a lot & change a few things with my fork. I also will be adding [Prezto](https://github.com/sorin-ionescu/prezto) soon.

All credit goes to him [@jcorbin](https://github.com/jcorbin/home)

## Interesting dotfiles

* [bluz71](https://github.com/bluz71/dotfiles) - Interesting vim setup.
* [caarlos0](https://github.com/caarlos0/dotfiles) - Made antibody.
* [wangsongiam](https://github.com/wangsongiam/dotfiles) - Interesting Hammerspoon and Zsh config.
* [Keith](https://github.com/keith/dotfiles) - Vim, Zsh, Tmux, and macOS.
* [bresilla](https://github.com/bresilla/dotfiles) - Neat Linux look.
* [Jess Frazelle](https://github.com/jessfraz/dotfiles) - Docker/Linux.
* [Roma Volosatovs](https://github.com/rvolosatovs/infrastructure) - Private NixOps network infrastructure.

## Links

* [Dotbot](https://github.com/anishathalye/dotbot) - Tool to bootstrap config.
* [Managing your dotfiles](http://www.anishathalye.com/2014/08/03/managing-your-dotfiles/)
* [chezmoi](https://github.com/twpayne/chezmoi) - Manage your dotfiles securely across multiple machines.
* [Immutable Dev Environment (2019)](https://random.qmx.me/posts/2019/01/18/immutable-dev-environment/)
* [Nice setup of new mac instructions](https://github.com/caarlos0/macOS)
