My dotfiles now have their own GitHub repository: http://mths.be/dotfiles Suggestions welcome!
-
-
To update all remote hosts: for host in host1 host2 host3; do ssh "${host}" 'set -- -f; source dotfiles/bootstrap.sh'; done
-
Thanks for the pointers! Sounds like rsync is the way to go if I want to avoid side-effects of PR checkouts. Apprec it.
- 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.
JavaScript, HTML, CSS, HTTP, performance, security, Bash, Unicode, i18n, macOS.
have you ever landed on a workflow for synchronizing local dotfiles with what's in your repo that you're happy with?