Skip to content

Instantly share code, notes, and snippets.

@prat0318
Last active August 29, 2015 14:03
Show Gist options
  • Save prat0318/95d1b7f8a573ecf70233 to your computer and use it in GitHub Desktop.
Save prat0318/95d1b7f8a573ecf70233 to your computer and use it in GitHub Desktop.
cd ~
git clone git@github.com:prat0318/oh-my-zsh.git .oh-my-zsh
git clone git@github.com:prat0318/dotfiles .dotfiles
curl https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh | sh
cd .dotfiles
script/boostrap
source ~/.zshrc
cd ~/.vim/bundle/YouCompleteMe
./install.sh
vi ~/.vimrc
# ADD: NeoBundle 'altercation/vim-colors-solarized'
# COMMENT OUT: highlight Pmenu ctermbg=brown cterm=bold
# Uncomment : set background=dark
# Uncomment : set t_Co=16
# Uncomment : let g:solarized_termcolors=16
# Uncomment : colorscheme solarized
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment