[UPDATE] Remove tin package

This commit is contained in:
Bruno BELANYI 2020-10-19 19:13:43 +02:00
parent 06b9be42be
commit 3a39ac86e4
3 changed files with 0 additions and 819 deletions

View file

@ -12,7 +12,6 @@ CLI_PACKAGES := \
scripts \
shell \
ssh \
tin \
tmux \
vifm \
vim \
@ -169,10 +168,6 @@ 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
stow-tmux: tmux
$(STOW) $<
[ -d ~/.config/tmux/plugins/tpm ] || \
@ -206,9 +201,6 @@ unstow-system-X: STOW_TARGET=/
unstow-system-X:
sudo $(STOW) -D system-X
unstow-tin:
rm -f $(STOW_TARGET)/.tin
unstow-tmux:
$(STOW) -D tmux
rm -rf ~/.config/tmux/plugins/