[UPDATE] Remove tin package
This commit is contained in:
parent
06b9be42be
commit
3a39ac86e4
3 changed files with 0 additions and 819 deletions
8
Makefile
8
Makefile
|
|
@ -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/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue