From b9b3c0d2b0f97dfd8d5263f8accde9232b92771c Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 24 Jun 2020 11:33:05 +0200 Subject: [PATCH] [ADD] System-X configuration package --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile b/Makefile index 9a81e4e..ea8f974 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ VISUAL_PACKAGES := \ i3blocks \ redshift \ rofi \ + system-X \ termite \ tridactyl \ wallpapers \ @@ -144,6 +145,10 @@ stow-scripts: scripts mkdir -p $(STOW_TARGET) $(STOW) $< +stow-system-X: STOW_TARGET=/ +stow-system-X: system-X + sudo $(STOW) $< + stow-tin: tin rm -rf $(STOW_TARGET)/.tin ln -s $(realpath tin/.tin) $(STOW_TARGET)/.tin @@ -166,6 +171,10 @@ unstow-scripts: STOW_TARGET=~/.scripts unstow-scripts: $(STOW) -D scripts +unstow-system-X: STOW_TARGET=/ +unstow-system-X: + sudo $(STOW) -D system-X + unstow-tin: rm -f $(STOW_TARGET)/.tin