The repository has been moved to GitLab.com/DeaDSouL/vimConfig.
My new sweetheart vim config <3
Once you cloned the repo, do the following
-
Link to
vimrc
:$ ln -s /path/to/vimConfig/vimrc $HOME/.vimrc
-
Link to
vim
:$ ln -s /path/to/vimConfig/vim $HOME/.vim
-
Create the needed directories:
$ mkdir -p $HOME/.vim/{plugged,files/{bkp,inc,swap,undo}}
-
Run
vim
-
Upgrade
vim-plug
, by hitting:,U
-
Install/Update plugins, by hitting:
,u
-
Install the fonts
$ $HOME/.vim/plugged/fonts/./install.sh
Enjoy :)