Skip to content

Instantly share code, notes, and snippets.

@gophry
Created August 5, 2014 14:49
Show Gist options
  • Save gophry/c8b0c5fdc8f32922d1c2 to your computer and use it in GitHub Desktop.
Save gophry/c8b0c5fdc8f32922d1c2 to your computer and use it in GitHub Desktop.
MACOSX Terminal - Jeffrey's Way
1. First use the ohmyzsh from roby russel. [details at https://github.com/robbyrussell/oh-my-zsh]
wget --no-check-certificate http://install.ohmyz.sh -O - | sh
Close the iTerm Shell and start again.
2. Install vim pathogen.
mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
3. add the following line to .vimrc file and save it.
execute pathogen#infect()
4.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment