dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

cfg (102B) [raw]


      1 #!/bin/sh
      2 # cfg -- manage dotfiles with pure git
      3 exec git --git-dir=$HOME/.cfg --work-tree=$HOME "$@"