Fixed typo in README setup.
This commit is contained in:
parent
b344414b75
commit
a910474f25
|
@ -2,7 +2,7 @@
|
|||
git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles
|
||||
|
||||
# Make a temp alias (will be perminant via .zshrc)
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
|
||||
# Pull stuff down!
|
||||
config checkout
|
||||
|
|
Loading…
Reference in New Issue