Skip to content

lyc4n/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup - Vimrc

  1. Download plug.vim and put it in ~/.vim/autoload

    curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    
  2. Reload .vimrc and :PlugInstall to install plugins

Example of using the dotfiles via symlink (vimrc)

  1. $ cd ~
  2. $ ln -s code/dotfiles/vimrc .vimrc

Problems and solutions upon setup:

  1. There was a problem with the editor 'vi'

    Try running $ git config --global core.editor $(which vim)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published