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
.zsh
get loaded into your zsh environment. - /*.bash: Any files ending in
.bash
get loaded into your bash environment. - /aliases: Any files called
aliases
get loaded into both your bash and zsh environments. - /*.symlink: Any files or directories ending in
*.symlink
get symlinked into your$HOME
. - /completion.sh: Any files called
completion.sh
get loaded last so that they get loaded after we set up zsh autocomplete functions.