From f39da3cb81dd08ce5fdde8cc932c16a8a8267f68 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:18:23 -0700 Subject: [PATCH] Update setup.sh --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index c721c25..ea9f41a 100644 --- a/setup.sh +++ b/setup.sh @@ -1,12 +1,11 @@ #!/bin/bash INSTALL_DIR='$HOME/.installs' +TMUX_DIR='$INSTALL_DIR/tmux-config' mkdir -p $INSTALL_DIR -TMUX_DIR='$INSTALL_DIR/tmux-config' echo 'installing tmux-config in $TMUX_DIR' - git clone git@github.com:chanwutk/tmux-config.git $TMUX_DIR ln -s -f $TMUX_DIR/.tmux.conf ~/.tmux.conf