My personal dotfiles.
- Clone the repository into
~/.dotfiles
- Run the
init.sh
script to link various files into the home directory - Ensure zsh is installed and then
chsh -s /bin/zsh
bin/
: Thebin
directory is added to yourPATH
variable**/*.zsh
: Any files ending in.zsh
get loaded into your environment**/*.completion.sh
: Any files ending incompletion.sh
get loaded after zsh autocomplete