mirror of
1
0
Fork 0

Update setup.sh

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:20:47 -07:00 committed by GitHub
parent f39da3cb81
commit 944e3603eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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