Remove libtmux install step

This commit is contained in:
Evie Litherland-Smith 2023-02-17 16:30:00 +00:00
parent 65064e74f5
commit bb64daece4

View file

@ -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)