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

Joel Grunbaum
2021-12-13 8581e6bcbab9eb18eb8dadb1cb42a5a0af7fb62d
Makefile
@@ -21,8 +21,9 @@
UTILS = emacs git aspell
FUN = mpd ncmpcpp mailcap rtv
DESKTOP = libinput-gestures reddit-wallpaper-fetcher
ARCH = paru
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP)
CONFIGS = $(SHELLS) $(UTILS) $(FUN) $(DESKTOP) $(ARCH)
all: help
@@ -37,6 +38,12 @@
.PHONY: emacs
emacs:
   git submodule update --init
   $(STOW) -t $(HOME) $@
.PHONY: zsh
zsh:
   mkdir -p ~/.zsh
   [ -d "${HOME}/.zsh/antigen" ] || git clone https://github.com/zsh-users/antigen.git ~/.zsh/antigen
   $(STOW) -t $(HOME) $@
.PHONY: termux
@@ -71,6 +78,12 @@
.PHONY: desktop-uninstall
desktop-uninstall: $(DESKTOP:=-del)
.PHONY: arch
arch: $(ARCH)
.PHONY: arch-uninstall
arch-uninstall: $(ARCH:=-del)
.PHONY: $(INSTALL_TARGETS)
$(INSTALL_TARGETS): $(CONFIGS)