Closed jrhorn424 closed 11 years ago
What I do in my automation script is simply clone all the needed repos with --batch
(so no linking or prompts) and then call homeshick link --force
, which overwrites all existing files.
Excellent tip! I missed --batch
and --force
in this gist of the install script.
Ah, I see these options are documented in homeshick -h
. I don't know why I was relying on the README
so much.
heh, no worries.
I should actually add documentation for the switches to the README
.
It would be nice if homeshick had a feature to autolink newly cloned repositories for automated, silent install on new boxes.