Skip to content

ppetit/dotfiles

 
 

Repository files navigation

Files

.vim directory of file type configurations and plugins .vimrc my vim configuration

Instructions

Creating source files

Any file which matches the shell glob _* will be linked into $HOME as a symlink with the first _ replaced with a .

For example:

_bashrc

becomes

${HOME}/.bashrc

Installing source files

It's as simple as running:

./install.sh

From this top-level directory.

Only install and build vim Files

Because this bit is pretty portable

./install.sh vim

Restore old source Files

To replace installed files with the originals:

./install.sh restore

Note that if there was not an original version, the installed links will not be removed.

Requirements

Shell

  • bash

Vim

  • python
    • pep8
    • pyflakes
    • rope
    • jedi
  • ruby
    • rake

About

My configuration files (.vimrc, .gitconfig, .hgrc, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 80.2%
  • Python 17.3%
  • Shell 2.5%