From: Alexander Goussas Date: Wed, 25 Dec 2024 12:21:53 +0000 (-0500) Subject: add macos makefile X-Git-Url: http://git.frustrated-labs.net/?a=commitdiff_plain;h=7b4e2d6baeca211092b976269f1d38b8b5a778de;p=dotfiles.git add macos makefile --- diff --git a/Makefile.macos b/Makefile.macos new file mode 100644 index 0000000..68754a4 --- /dev/null +++ b/Makefile.macos @@ -0,0 +1,9 @@ +PKGS := yabai skhd + +install: + stow $(PKGS) + +uninstall: + stow -D $(PKGS) + +.PHONY: install uninstall