@droxey's dotfiles. Read The best way to store your dotfiles: A bare Git repository to learn more about configuring your environment using dotfiles.
Run .scripts/install.sh
to install dotfiles.
To sync dotfiles, run the following commands:
dotfiles status
dotfiles add .zshrc
dotfiles commit -m "Add zshrc"
dotfiles push