Adapted from holman/dotfiles.
git clone https://github.com/aarmour/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrap
- bin/: Anything in
bin/
will get added to$PATH
and be made available everywhere. - */*.zsh: Any files ending in
.zsh
get loaded into the environment. - */path.zsh: Any file named
path.zsh
is loaded first and is expected to setup$PATH
or similar. - */completion.zsh: Any file named
completion.zsh
is loaded last and is expected to setup autocomplete. - */*.symlink: Any files ending in
*.symlink
get symlinked into$HOME
. These get symlinked in when runningscript/bootstrap
.