Contains everything I use to setup a new machine (except ssh and gpg keys).
N.B. until I add better control over ordering, on the first run it is
necessary to clone the wrk_dotfile_dir before running up for the first time.
curl --create-dirs -Lo ~/bin/up https://github.com/gibfahn/up/releases/latest/download/up-darwin
chmod +x ~/bin/up
~/bin/up run -bf gibfahn/dotThen see manual.md.
If you just want to update your dotfile symlinks, you can run:
./linkDotfiles are pretty personal, so feel free to adapt this repo as you wish. If you make a change feel free to send a Pull Request, you might fix something for me!
As long as it goes in $HOME, just put it in the same relative directory inside ./dotfiles/
(so ~/.bashrc becomes dotfiles/.bashrc). If you rerun link it should get symlinked into the
right place.