- sign in to Preferences iCloud
- login and download apps from app store
7 columns
defaults write com.apple.screencapture location ~/Pictures/Screenshots; killall SystemUIServer
First you need to run src
to get the uptodate vimrc
Then you install Vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
Then you install the plugins either with :PluginInstall
or this snazzy command vim +PluginInstall +qall