From 944e3603ebcbe68b7b04d2a3860f715396b65361 Mon Sep 17 00:00:00 2001 From: "Chanwut (Mick) Kittivorawong" <30903997+chanwutk@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:20:47 -0700 Subject: [PATCH] Update setup.sh --- setup.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index ea9f41a..ffbec44 100644 --- a/setup.sh +++ b/setup.sh @@ -1,11 +1,11 @@ #!/bin/bash -INSTALL_DIR='$HOME/.installs' -TMUX_DIR='$INSTALL_DIR/tmux-config' +INSTALL_DIR="${HOME}/.installs" +TMUX_DIR="${INSTALL_DIR}/tmux-config" mkdir -p $INSTALL_DIR -echo 'installing tmux-config in $TMUX_DIR' +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