dotfiles setup

Clone the dotfiles repo

git clone git@github.com:ranjian0/dotfiles.git

Run the setup.sh script to install all tools

cd dotfiles 
chmod +x setup.sh 
./setup.sh

Stow the config

stow .

Run the post setup script

chmod +x postsetup.sh 
./postsetup.sh