From e317964b624d0927b129fed7f4144d0d9baafbd2 Mon Sep 17 00:00:00 2001 From: Jason Jones Date: Thu, 23 Jan 2025 16:31:43 -0800 Subject: [PATCH] refactor: skip tmux config install --- pre-install.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pre-install.zsh b/pre-install.zsh index df97755..8871b08 100755 --- a/pre-install.zsh +++ b/pre-install.zsh @@ -8,6 +8,6 @@ else fi -git clone https://github.com/gpakosz/.tmux.git "$HOME/.tmux" -ln -sf $HOME/.tmux/.tmux.conf $HOME/ +# git clone https://github.com/gpakosz/.tmux.git "$HOME/.tmux" +# ln -sf $HOME/.tmux/.tmux.conf $HOME/