From bb64daece456a0e668a0f47bc3d3324a04d5cf1e Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 17 Feb 2023 16:30:00 +0000 Subject: [PATCH] Remove libtmux install step --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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)