Skip to content

easadler/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

git clone https://github.com/rdeese/dotvim.git ~/.vim &&
ln -s ~/.vim/vimrc ~/.vimrc &&
cd ~/.vim &&
git submodule update --init

Which

  1. Clones repo
  2. Symlinks vimrc
  3. Installs all our vim plugins into bundle where they are incorporated via pathogen.

Then, to create symlinks and add to your bash_profile, run:

./setup.sh

Finally, if you want to get gitconfig settings, prepend the following to your global .gitconfig:

[include]
  path = ~/dotfiles/git/gitconfig

About

My preferred vim configuration and plugins, made portable.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 79.7%
  • Vim Script 20.3%