A home for my dot files. I use thoughtbot's rcm to install/update the files
Currently there is an issue with the zshrc
that will cause your system to go wonky. Like, vim won't work. When prompted to overwrite your zshrc
the answer is n
for no.
Clone down this repo
git clone git://github.com/peterbsmith2/dotfiles.git ~/.dotfiles
Install rcm on Mac:
brew bundle
Install rcm on Ubuntu:
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update
sudo apt-get install rcm
Install:
# install the dotfiles
rcup -x README.md
# setup vim vundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim +BundleInstall +qall
This creates the symlinks for all files stored in .dotfiles
- oh-my-zsh OR prezto as a ZSH framework
- rbenv for the rubies on mac
- The Silver Searcher fast file search