A collection of dot files I use on my development environment
- Mac OSX 10.9 or higher
- XCode installed (Command-Line tools at least)
- Install Homebrew -
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Step 1 - Install rcm
On Mac OSX:
brew tap thoughtbot/formulae
brew install rcm
On Ubuntu
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 EC478DAB713A4BC3
echo "deb https://apt.thoughtbot.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/thoughtbot.list
sudo apt-get update
sudo apt-get install rcm
Step 2 - Install Vundle
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Step 3 - Install the dotfiles
rcup -d dotfiles -x README
Step 4: Initialize Vundle
- Open vim using
vim
- Ignore any warnings it spews at the command line
- In the command-mode execute -
:VundleInstall
- This will have Vundle install all plugins
- Quit and restart vim