clone this repository
git clone https://github.com/Michalos88/dotfiles.git ~/dotfiles
navigate into dotfiles directory
cd ~/dotfiles
make the devsetup.sh script executable
chmod +x devsetup.sh
run the script
./devsetup.sh
The default color scheme is Smyck, which looks best with the corresponding terminal theme installed as well.
Using one of the following fonts is recommended: https://github.com/Lokaltog/powerline-fonts. Right now, I use Inconsolata. On iTerm2, you may have to make the size of "Non-ASCII Font" smaller than the size of "Regular Font" in order to ensure everything lines up in your powerline. I typically use 12pt for "Regular" and 10pt for "Non-ASCII".
Inspiration drawn from @ranman, @tmacwill, @MattNguyen