Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 917 Bytes

File metadata and controls

33 lines (25 loc) · 917 Bytes

dotfiles

Minimal dotfiles managed with mackup

Set up new device

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 -- --server

Commands

Run custom macOS settings

~/proj/dotfiles/custom

Update git config

git config --global user.name "Brendan Falk"
git config --global user.email 4949076+brendanfalk@users.noreply.github.com

Mackup commands

  • mackup backup - Save configs from system to ~/proj/dotfiles/Mackup
  • mackup restore - Symlink configs from ~/proj/dotfiles/Mackup to system
  • mackup uninstall - Remove symlinks and restore configs to system