apt-get update -y && apt-get install git wget -y
wget -O - https://raw.githubusercontent.com/zerollzeng/config/master/install.sh | sh && source ~/.bashrc
wget -O - https://raw.githubusercontent.com/zerollzeng/config/master/.bashrc >> ~/.bashrc
Note: the bash config is append to your .bashrc, so don't run this command multiple times
wget -O - https://raw.githubusercontent.com/zerollzeng/config/master/.vimrc > ~/.vimrc
git clone git://github.com/ajh17/VimCompletesMe.git ~/.vim/pack/vendor/start/VimCompletesMe
git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf && ~/.fzf/install --all && source ~/.bashrc