Skip to content

rbennett91/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Clone this repository and its submodules:

  • git clone --recursive https://github.com/rbennett91/dotfiles.git

Setup dotfiles from this repository in home directory:

  • ./setup_dotfiles.sh

Maintenance

Adding a vim plugin:

This repository uses git submodules for vim plugins. To add a new plugin:

  • cd into the .vim/bundle/ directory
  • Add the submodule: git submodule add <url_of_submodule_repo>
  • Commit and push the change back to this repository.

Updating vim plugins:

  • cd .vim/bundle/
  • cd into top level directory of plugin
  • git checkout master; git pull origin master
  • repeat for each submodule
  • Commit and push the change back to this repository.

About

my personal dotfiles

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published