Skip to content
This repository was archived by the owner on Dec 23, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (21 loc) · 665 Bytes

README.md

File metadata and controls

41 lines (21 loc) · 665 Bytes

IMPORTANT

The repository has been moved to GitLab.com/DeaDSouL/vimConfig.

vimConfig

My new sweetheart vim config <3

Installation

Once you cloned the repo, do the following

  1. Link to vimrc:

    $ ln -s /path/to/vimConfig/vimrc $HOME/.vimrc

  2. Link to vim:

    $ ln -s /path/to/vimConfig/vim $HOME/.vim

  3. Create the needed directories:

    $ mkdir -p $HOME/.vim/{plugged,files/{bkp,inc,swap,undo}}

  4. Run vim

  5. Upgrade vim-plug, by hitting:

    ,U

  6. Install/Update plugins, by hitting:

    ,u

  7. Install the fonts

    $ $HOME/.vim/plugged/fonts/./install.sh

Finally,...

Enjoy :)