Command Line
git clone https://github.com/MirandaKapin/dotfiles.git
cd dotfiles/
./install.sh
github link: https://github.com/VundleVim/Vundle.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- Launch vim and type
:PluginInstall
sudo apt-get install build-essential cmake # Build Essential and CMake
sudo apt-get install python-dev python3-dev # Python Headers
cd ~/.vim/bundle/YouCompleteMe # Navigate to YouCompleteMe
./install.py # Install YouCompleteMe
Restart Computer