Last active
August 29, 2015 14:03
-
-
Save prat0318/95d1b7f8a573ecf70233 to your computer and use it in GitHub Desktop.
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
cd ~ | |
git clone [email protected]:prat0318/oh-my-zsh.git .oh-my-zsh | |
git clone [email protected]: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