Remove libtmux install step
This commit is contained in:
parent
65064e74f5
commit
bb64daece4
2
Makefile
2
Makefile
|
@ -38,8 +38,6 @@ unlink:
|
||||||
rmdir $(HOME)/.ssh/sockets
|
rmdir $(HOME)/.ssh/sockets
|
||||||
|
|
||||||
install: $(ZSH_DIR) $(POWERLEVEL_DIR) $(ZSH_SYNTAX_DIR) $(ZSH_TARGETS) $(LAZY_DIR) $(TPM_DIR)
|
install: $(ZSH_DIR) $(POWERLEVEL_DIR) $(ZSH_SYNTAX_DIR) $(ZSH_TARGETS) $(LAZY_DIR) $(TPM_DIR)
|
||||||
python3 -m pip list | grep -E "libtmux.*0\.16\.1" > /dev/null ||\
|
|
||||||
python3 -m pip install --user libtmux==0.16.1
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm -rf $(ZSH_DIR)
|
rm -rf $(ZSH_DIR)
|
||||||
|
|
Loading…
Reference in a new issue