dots/Makefile
2026-02-15 10:02:26 -05:00

11 lines
213 B
Makefile

STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit codex
install:
brew install stow
stow -t ~ $(STOW_PACKAGES)
uninstall:
stow -t ~ -D $(STOW_PACKAGES)
restow:
stow -t ~ -R $(STOW_PACKAGES)