diff options
author | zsmith <zsmith@newhopechurch.tv> | 2025-09-02 15:07:06 -0500 |
---|---|---|
committer | zsmith <zsmith@newhopechurch.tv> | 2025-09-02 15:07:06 -0500 |
commit | d8f94c4924d603dd20e1374c136c750652dd406f (patch) | |
tree | 5e30ecbacd5c0ed9702ee17f2af7ac46e99040cb /Makefile | |
parent | 639877d00ba78be43633cfed72c8e7f34c4f8996 (diff) |
Add hammerspoon config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,4 +1,5 @@ VIM := $(shell command -v vim 2>/dev/null) +HCONFS := hammerspoon/ BCONFS := bash/.bash_logout bash/.bashrc ZCONFS := zsh/zshenv zsh/zshrc SCONFS := sh/profile @@ -22,6 +23,11 @@ install-hyprsplit: @hyprpm enable hyprsplit @echo "Done." +install-hammerspoon: + @echo "Copying hammerspoon config dir..." + @ln -sf `pwd`/hammerspoon ~/.hammerspoon + @echo "Done." + install-hyprland-plugins: @echo "Installing hyprland-plugins..." @hyprpm add https://github.com/hyprwm/hyprland-plugins || echo "Already installed!" |