Skip to content

turbopasi/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

  git clone https://github.com/turbopasi/dotvim.git ~/.vim  

Create symlinks:

  ln -s ~/.vim/.vimrc ~/.vimrc
  ln -s ~/.vim/.gvimrc ~/.gvimrc

Switch to the ~/.vim directory, and fetch submodules:

  cd ~/.vim
  git submodule init
  git submodule update

How to add new submodules

  cd ~/.vim
  git submodule add <url/repo-name.git> /bundle/repo-name
git submodule init
git submodule update

This repository has been setup for personal use mostly, to have vim settings (including all plugins) synched between all my machines. The setup as it is, is used on

Windows 10 64 bit Windows WSL Ubuntu Bash Terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published