Fixes install script for non ~/.dotfiles dirs

This commit is contained in:
Emmet 2024-04-14 13:11:08 -05:00
parent eea5b5e148
commit 2b7b783e55

View file

@ -3,7 +3,7 @@
# Automated script to install my dotfiles
# Clone dotfiles
if [ -z "$1" ]
if [ $# -gt 0 ]
then
SCRIPT_DIR=$1
else