[ADD] System-X configuration package
This commit is contained in:
parent
e9c834d260
commit
b9b3c0d2b0
9
Makefile
9
Makefile
|
@ -24,6 +24,7 @@ VISUAL_PACKAGES := \
|
||||||
i3blocks \
|
i3blocks \
|
||||||
redshift \
|
redshift \
|
||||||
rofi \
|
rofi \
|
||||||
|
system-X \
|
||||||
termite \
|
termite \
|
||||||
tridactyl \
|
tridactyl \
|
||||||
wallpapers \
|
wallpapers \
|
||||||
|
@ -144,6 +145,10 @@ stow-scripts: scripts
|
||||||
mkdir -p $(STOW_TARGET)
|
mkdir -p $(STOW_TARGET)
|
||||||
$(STOW) $<
|
$(STOW) $<
|
||||||
|
|
||||||
|
stow-system-X: STOW_TARGET=/
|
||||||
|
stow-system-X: system-X
|
||||||
|
sudo $(STOW) $<
|
||||||
|
|
||||||
stow-tin: tin
|
stow-tin: tin
|
||||||
rm -rf $(STOW_TARGET)/.tin
|
rm -rf $(STOW_TARGET)/.tin
|
||||||
ln -s $(realpath tin/.tin) $(STOW_TARGET)/.tin
|
ln -s $(realpath tin/.tin) $(STOW_TARGET)/.tin
|
||||||
|
@ -166,6 +171,10 @@ unstow-scripts: STOW_TARGET=~/.scripts
|
||||||
unstow-scripts:
|
unstow-scripts:
|
||||||
$(STOW) -D scripts
|
$(STOW) -D scripts
|
||||||
|
|
||||||
|
unstow-system-X: STOW_TARGET=/
|
||||||
|
unstow-system-X:
|
||||||
|
sudo $(STOW) -D system-X
|
||||||
|
|
||||||
unstow-tin:
|
unstow-tin:
|
||||||
rm -f $(STOW_TARGET)/.tin
|
rm -f $(STOW_TARGET)/.tin
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue