Install Vim with lua for neocomplete
brew (re)install vim --with-lua
Change the shell to Z-Shell
chsh -s /bin/zsh
Get Prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
Install rcm
brew tap thoughtbot/formulae
brew install rcm
Install iTerm2
Install MacVim
brew install macvim --with-cscope --with-lua --HEAD
Cone the repo on your machine:
git clone https://github.com/mahinshaw/dotfiles.git ~/.dotfiles
Install:
rcup
The Current homebrew install is not up to date with source, and the hooks don't fire by default. Symlinks will be created in your home directory.
Stay up to date
cd ~/.dotfiles && git pull origin master
cd && rcup -x README.md
vim configurations:
- lots and lots of stuff that i need to list and that i have copied from lots of people way smarter than me.
zsh configurations:
- Thanks to Prezto.
- Learn more about tmux and integrate this as well.
YADR : Showed me what vim could do and inspired me to do my own work.
Thoughbot : More good learning from these guys. You can find rcm
here.