A dotfiles repository to manage the installation of tools and configuration.
Run the following commands to setup on your local machine. This repository must be checked out into you home directory.
# Switch to home
cd ~
# Clone repo
git clone https://github.com/nvnivs/dotfiles.git .dotfiles
# Switch to repo
cd ~/.dotfiles
# Execute dot.sh
./dot.sh
Customizations to .zshrc
for machine specific settings can be added by creating a .zshrc_custom
file in the home directory.
It's contents will not be overwritten.