-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (17 loc) · 886 Bytes
/
Copy pathREADME
File metadata and controls
26 lines (17 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Author: Yousef El-Kurdi
Suggested reference: http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/
Installation:
1- Clone the configurations:
$> cd ~
$> git clone https://github.com/yelkurdi/dotvim.git
*- Do steps starting 2, or execute install.sh.
WARNING: if you chose to execute install.sh, make sure to save any previous ~/.vimrc and ~/.gvimrc if you had any. install.sh will overide these files.
2- Create symbolic links (Not needed for Ubuntu/Linux):
$> ln -sf ~/dotvim ~/.vim
$> ln -sf ~/dotvim/vimrc ~/.vimrc
$> ln -sf ~/dotvim/gvimrc ~/.gvimrc
3- Install configured bundles:
$> git clone https://github.com/gmarik/vundle.git ~/dotvim/bundle/vundle
- Execute for the first time only
$> vim -u ~/dotvim/bundles.vim +BundleInstall +q
Update modules, Launch vim, run :BundleInstall