Skip to content

vermagav/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

Installation

  • (Linux) Update Vim:

    sudo apt-get update
    sudo apt-get install vim
    
  • (Mac) Update Vim:

    brew install vim

    If 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
    

About

My dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published