Skip to content
forked from sontek/homies

My configuration files (.screenrc, .vimrc, .weechat, .bashrc, .gitconfig, etc)

Notifications You must be signed in to change notification settings

croesch/dotfiles

 
 

Repository files navigation

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.

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
  • ruby
    • rake

About

My configuration files (.screenrc, .vimrc, .weechat, .bashrc, .gitconfig, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Vim Script 83.7%
  • Python 6.5%
  • Shell 5.5%
  • Emacs Lisp 4.3%