-
(Linux) Update Vim:
sudo apt-get update sudo apt-get install vim -
(Mac) Update Vim:
brew install vimIf homebrew installed vim to a different location, symlink to it:
ln -s /usr/local/Cellar/vim/7.4.712_1/bin/vim ~/bin/vim -
Clone this repo and copy files:
git clone https://github.com/vermagav/dotfiles.git ~/dotfiles cp ~/dotfiles/.bash* ~ cp ~/dotfiles/.vimrc ~ cp -r ~/dotfiles/.vim ~ -
Clone Vundle:
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim -
Install vim plugins using Vundle:
vim +PluginInstall +qall -
(Linux) Install cmake:
sudo apt-get install cmake -
(Mac) Install cmake:
brew install cmake -
Finalize installation of YouCompleteMe:
This compiles YCM with semantic support for C-family languages.
cd ~/.vim/bundle/YouCompleteMe ./install.sh --clang-completer
-
Notifications
You must be signed in to change notification settings - Fork 0
vermagav/dotfiles
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
My dotfiles
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published