mirror of
1
0
Fork 0

Update setup.sh

This commit is contained in:
Chanwut (Mick) Kittivorawong 2022-11-03 17:17:57 -07:00 committed by GitHub
parent 7071a387cb
commit 67a748ad25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,11 @@
#!/bin/bash
mkdir -p ~/.installs
INSTALL_DIR='$HOME/.installs'
TMUX_DIR='~/.installs/tmux-config'
echo 'install tmux-config in $TMUX_DIR'
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