mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 07:04:46 +00:00
15 lines
297 B
Makefile
15 lines
297 B
Makefile
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit codex aerospace
|
|
|
|
install:
|
|
brew install stow
|
|
stow -t ~ $(STOW_PACKAGES)
|
|
./rectangle/install.sh
|
|
|
|
uninstall:
|
|
stow -t ~ -D $(STOW_PACKAGES)
|
|
|
|
restow:
|
|
stow -t ~ -R $(STOW_PACKAGES)
|
|
|
|
rectangle-export:
|
|
./rectangle/install.sh export
|