Fixed typo in README setup.

This commit is contained in:
2021-05-29 20:11:55 -04:00
parent b344414b75
commit a910474f25

View File

@@ -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