Just my dotfiles, as well as some sublime3 packages that vanished into the ether (anything Boxy related, apparently) and my iTerm2 config.
This one liner downloads the chezmoi
binary and applies the dotfiles from $GITHUB_USERNAME/dotfiles
repo
GITHUB_USERNAME=kuzmik sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
This repo now uses chezmoi to manage the dotfiles, rather than toml bombadil.
Just run brew bundle
and it will install all of the base utilities I need.
NB: I use some templating in here that detects if I am on my work laptop via hostname arcadia
. If I ever get a new work laptop, this will need to be addressed.