]> git.frustrated-labs.net Git - dotfiles.git/commitdiff
add macos makefile
authorAlexander Goussas <[email protected]>
Wed, 25 Dec 2024 12:21:53 +0000 (07:21 -0500)
committerAlexander Goussas <[email protected]>
Wed, 25 Dec 2024 12:21:53 +0000 (07:21 -0500)
Makefile.macos [new file with mode: 0644]

diff --git a/Makefile.macos b/Makefile.macos
new file mode 100644 (file)
index 0000000..68754a4
--- /dev/null
@@ -0,0 +1,9 @@
+PKGS := yabai skhd
+
+install: 
+       stow $(PKGS)
+
+uninstall:
+       stow -D $(PKGS)
+
+.PHONY: install uninstall