Created
August 5, 2014 14:49
-
-
Save gophry/c8b0c5fdc8f32922d1c2 to your computer and use it in GitHub Desktop.
MACOSX Terminal - Jeffrey's Way
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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