fix path
parent
c8f64bc8a2
commit
5a426a049b
2
README
2
README
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
git clone --bare git@github.com:penguincoder/dotfiles.git
|
git clone --bare git@github.com:penguincoder/dotfiles.git
|
||||||
function config {
|
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
|
mkdir -p .config-backup
|
||||||
config checkout
|
config checkout
|
||||||
|
|
Reference in New Issue