Add dot-git to the bootstrapped list

This commit is contained in:
Danielle McLean 2016-10-05 00:01:54 +11:00
parent e804a8f0cc
commit b5585fa6b4
No known key found for this signature in database
GPG key ID: CC91589719027E94

View file

@ -10,7 +10,7 @@ bootstrap() {
STOW=$DOTFILES/stow/.local/bin/stow
fi
clone dots vim zsh || return $?
clone dots git vim zsh || return $?
link
}