Your dotfiles are how you personalize your system. These are mine.
Everything's built around topic areas. If you're adding a new area to your
forked dotfiles — say, "Go" — you can simply add a go
directory and put
files in there. Anything with an extension of .zsh
is meant to be included from your .zshrc
. Anything with an extension of .sh
is meant to be called from other scripts (e.g. within the bin
folder) or just executed manually.
Anything with an extension of .symlink
will get
symlinked without extension into $HOME
when you run bootstrap.sh
.
Run this:
git clone <git-url> ~/.dotfiles
cd ~/.dotfiles
./bootstrap.sh
This will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
Started as fork of holman's dotfiles but removed a lot of magic in zsh/zshrc.symlink
to just manually source other zsh
files. Also removed the install
script and moved bootstrap
into the root folder.
OS X settings are based on mathiasbynens' dotfiles.