Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc committed Feb 23, 2024
1 parent 20be925 commit 3787704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cfg/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

cd "$HOME"

alias cfg="/usr/bin/git --git-dir=$HOME/.cfg/ -b playbook-wip --work-tree=$HOME"
alias cfg="/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME"
mkdir -p "$HOME/.config-backup"
git clone --bare https://github.com/dhvcc/configs.git $HOME/.cfg
git clone -b playbook-wip --bare https://github.com/dhvcc/configs.git $HOME/.cfg

cfg checkout

Expand Down

0 comments on commit 3787704

Please sign in to comment.