pasbi / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Uses the approach described here to avoid having a $HOME/.git directory:

git init --bare $HOME/.myconf
alias config='/usr/bin/git --git-dir=$HOME/.myconf/ --work-tree=$HOME'
config config status.showUntrackedFiles no

Now cd $HOME, and use config instead of git, i.e., config status, config add $filename, config commit or config push.

About

my dotfiles


Languages

Language:Vim Script 61.4%Language:Shell 30.4%Language:Python 8.2%