Concept/layout stolen from @holman's dotfiles
$ git clone --recursive https://github.com/prognostikos/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ./script/setup
- bin/: Anything in
bin/will get added to the beginning of your$PATH - /*.zsh: Any files ending in
.zshget loaded into your zsh environment. - /*.bash: Any files ending in
.bashget loaded into your bash environment. - /aliases: Any files called
aliasesget loaded into both your bash and zsh environments. - /*.symlink: Any files or directories ending in
*.symlinkget symlinked into your$HOME. - /completion.sh: Any files called
completion.shget loaded last so that they get loaded after we set up zsh autocomplete functions.