fix path
This commit is contained in:
parent
c8f64bc8a2
commit
5a426a049b
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -2,7 +2,7 @@
|
|||
|
||||
git clone --bare git@github.com:penguincoder/dotfiles.git
|
||||
function config {
|
||||
/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@
|
||||
/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME $@
|
||||
}
|
||||
mkdir -p .config-backup
|
||||
config checkout
|
||||
|
|
Reference in a new issue