mirror of https://github.com/Chizi123/Dotfiles.git

Joel Grunbaum
2021-04-26 e13393cd8266569e46f1c7a682b31e0bce250e17
Makefile
@@ -20,7 +20,7 @@
SHELLS = bash zsh all-shells
UTILS = emacs git aspell
FUN = mpd ncmpcpp mailcap rtv
DESKTOP = libinput-gestures wallpaper-reddit
DESKTOP = libinput-gestures reddit-wallpaper-fetcher
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP)
@@ -33,6 +33,19 @@
.PHONY: $(CONFIGS:=-del)
$(CONFIGS:=-del):
   $(STOW) --delete -t $(HOME) $(@:-del=)
.PHONY: emacs
emacs:
   git submodule update --init
   $(STOW) -t $(HOME) $@
.PHONY: termux
termux: shells
   $(STOW) -t $(HOME) $@
.PHONY: termux-uninstall
termux-uninstall: shells-uninstall
   $(STOW) --delete -t $(HOME) $(@:-uninstall=)
.PHONY: shells
shells: $(SHELLS)
@@ -73,3 +86,4 @@
   $(ECHO) '   utils(-uninstall)'
   $(ECHO) '   fun(-uninstall)'
   $(ECHO) '   desktop(-uninstall)'
   $(ECHO) '   termux(-uninstall)'