mirror of
https://github.com/harivansh-afk/dots.git
synced 2026-04-15 08:03:43 +00:00
stuff
This commit is contained in:
parent
02e0ef96b9
commit
3087f554c7
7 changed files with 205 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -1,11 +1,15 @@
|
|||
STOW_PACKAGES = zsh git nvim tmux karabiner ghostty claude lazygit codex
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue