Minimal dotfiles managed with mackup
Install everything (CLI + desktop apps + custom settings)
bash -c "$(curl -fsSL https://raw.githubusercontent.com/brendanfalk/dotfiles/main/install.sh)"Server only (CLI tools, no desktop apps)
bash -c "$(curl -fsSL https://raw.githubusercontent.com/brendanfalk/dotfiles/main/install.sh)" -s -- --serverRun custom macOS settings
~/proj/dotfiles/customUpdate git config
git config --global user.name "Brendan Falk"
git config --global user.email 4949076+brendanfalk@users.noreply.github.comMackup commands
mackup backup- Save configs from system to~/proj/dotfiles/Mackupmackup restore- Symlink configs from~/proj/dotfiles/Mackupto systemmackup uninstall- Remove symlinks and restore configs to system