diff --git a/Makefile b/Makefile index fd10520c..89a252cb 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,6 @@ unlink: rmdir $(HOME)/.ssh/sockets 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: rm -rf $(ZSH_DIR)