cfg (102B) [raw]
1 #!/bin/sh 2 # cfg -- manage dotfiles with pure git 3 exec git --git-dir=$HOME/.cfg --work-tree=$HOME "$@"