All Projects → cypok → dotvim

cypok / dotvim

Licence: other
My ~/.vim directory

Programming Languages

Vim Script
2826 projects
Vim Snippet
174 projects
Clone:

  Unix:
    git clone [email protected]:cypok/dotvim.git ~/.vim
    cd ~/.vim
    git submodule init
    git submodule update
    echo "runtime vimrc" > ~/.vimrc
    echo "runtime gvimrc" > ~/.gvimrc

  Windows:
    set HOME=%USERPROFILE%
    git clone [email protected]:cypok/dotvim.git "%HOME%\vimfiles"
    cd "%HOME%\vimfiles"
    git submodule init
    git submodule update
    echo runtime vimrc > "%HOME%\_vimrc"
    echo runtime gvimrc > "%HOME%\_gvimrc"

    Additional actions for Windows at work:
      mkdir "%HOME%\vimundodir"
      echo let g:spaces_trim_disable = 1 > "%HOME%\_vimrc"
      echo set undodir=~/vimundodir >> "%HOME%\_vimrc"
      echo runtime vimrc >> "%HOME%\_vimrc"


Push:
  git push origin master

Pull:
  git pull origin master
  git submodule init
  git submodule update

Update bundles:
  git submodule foreach git pull origin master

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].