Skip to content

mbuckler/vim-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

vim-config

Public hosting for my vim configuration. For more info check out this blog post.

In general, this repo contains configurations for vim which most programmers will find to be desirable. The automatic install script copies my vimrc file to your home directory and then installs Vundle and sensible.vim.

Automatic setup

Option 1: Clone with SSH

Simply run this single command in your terminal

git clone [email protected]:mbuckler/vim-config.git ~/vim-config && chmod +x ~/vim-config/install.sh && ~/vim-config/install.sh && rm -rf ~/vim-config

Option 2: Clone with HTTPS

If you haven't set up your SSH key in GitHub yet, first clone this repo with HTTPS and then run the rest of the command

git clone https://github.com/mbuckler/vim-config.git ~/vim-config
chmod +x ~/vim-config/install.sh && ~/vim-config/install.sh && rm -rf ~/vim-config

About

Public hosting for my vim configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published