Add dot-git to the bootstrapped list
This commit is contained in:
parent
e804a8f0cc
commit
b5585fa6b4
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ bootstrap() {
|
|||
STOW=$DOTFILES/stow/.local/bin/stow
|
||||
fi
|
||||
|
||||
clone dots vim zsh || return $?
|
||||
clone dots git vim zsh || return $?
|
||||
link
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue