Skip to content
wen wang edited this page Oct 12, 2016 · 15 revisions
git config --global http.proxy http://userName:[email protected]:9900
git config --global http.proxy 'socks5://127.0.0.1:7070'
git config --global https.proxy 'socks5://127.0.0.1:7070'
apt-cyg mirror http://mirrors.sohu.com/cygwin/

export LANG='en_GB.UTF-8'
export TERM=xterm-256color

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install macvim --override-system-vim
brew install ag
brew tap aykamko/tag-ag
brew install tag-ag

mkdir -p ~/.vim/autoload ~/.vim/bundle && \
curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
cd ~/.vim/bundle && git clone https://github.com/rking/ag.vim ag
git clone https://github.com/kien/ctrlp.vim
git clone https://github.com/scrooloose/nerdtree
git clone https://github.com/easymotion/vim-easymotion
git clone https://github.com/vim-scripts/vim-auto-save
git clone https://github.com/bronson/vim-trailing-whitespace.git
git clone https://github.com/godlygeek/tabular
git clone https://github.com/bling/vim-airline
git clone git://github.com/tpope/vim-fugitive.git
Clone this wiki locally