1
1
Fork 0

Fixed typo in README setup.

This commit is contained in:
Kenwood 2021-05-29 20:11:55 -04:00
parent b344414b75
commit a910474f25
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles git clone --bare https://kitsunehosting.net/gitea/Kenwood/dotfiles.git $HOME/.dotfiles
# Make a temp alias (will be perminant via .zshrc) # 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! # Pull stuff down!
config checkout config checkout