Skip to content

aaronbcarlisle/abc-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABC Vim

My personal Vim setup for Linux and Windows. Built and inspired from https://github.com/irrigger/ir-vim.


Install

Vundle is included in the following install commands. If Vundle is already installed it'll move to installing the plugins in the .vimrc file after the initial clone and setup.

Windows

cd %USERPROFILE% && git clone https://github.com/abcarlisle/abc-vim.git vimfiles && move vimfiles\.vimrc .vimrc && git clone https://github.com/VundleVim/Vundle.vim.git %USERPROFILE%/vimfiles/bundle/Vundle.vim & vim +PluginInstall +qall 

Linux

cd ~ && git clone https://github.com/abcarlisle/abc-vim.git .vim && mv .vim/.vimrc ~ && git clone https://github.com/VundleVim/Vundle.vim.git .vim/bundle/Vundle.vim; vim +PluginInstall +qall

Contributions

About

My personal Vim setup for Linux and Windows. Built and inspired from https://github.com/irrigger/ir-vim.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors