mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 10:05:15 +00:00
11 lines
207 B
Makefile
11 lines
207 B
Makefile
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit
|
|
|
|
install:
|
|
brew install stow
|
|
stow -t ~ $(STOW_PACKAGES)
|
|
|
|
uninstall:
|
|
stow -t ~ -D $(STOW_PACKAGES)
|
|
|
|
restow:
|
|
stow -t ~ -R $(STOW_PACKAGES)
|