git clone https://github.com/wanggaolei/vimrc $HOME/vimrc
ln -sf $HOME/vimrc/.vim $HOME/.vim
ln -sf $HOME/vimrc/.vimrc $HOME/.vimrc
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
iwr -useb https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim |`
ni $HOME/vimfiles/autoload/plug.vim -Force
Luanch Vim, run :PlugInstall in Vim.
git clone https://github.com/powerline/fonts.git --depth=1
cd fonts
./install.sh ## install.ps1 for Windows
cd ..
rm -rf fonts