git clone https://github.com/DavidRagone/dotfiles.git
For each of: .gitconfig, .oh-my-zsh/, .tmux.conf, .vimrc, .zprofile, .zshrc, either remove or rename (e.g. .gitconfig-old)
ln -s /actual-file ~/file-you-want-symlinked
chsh -s /bin/zsh
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
- Write script for auto symlinking and intalling dependencies
- Add install step for silver searcher?
- Add rbenv & ruby-build