diff options
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!" |