Skip to content

kjperry/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles. Almost entirely a shameless cribbing of @braintreeps' vim_dotfiles and @mikepilat's tmux.conf.

After cloning this project, you can run the following to link these dotfiles into your home directory:

bundle install
rake

Be warned: this will overwrite any existing .tmux.conf, .vimrc, .gvimrc or .vim/ files you have in your home directory.

Uses vim-plug to manage bundles. Downloading and setting up the described plugins requires an extra step:

vim +:PlugInstall

If you plan on using command-t, you'll need to build the C extension. Make sure to use the ruby you built vim against:

rvm use system

About

dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 89.3%
  • Ruby 10.7%