diff --git a/.local/bin/dotfiles-install.sh b/.local/bin/dotfiles-install.sh index 0476af9..f548f75 100755 --- a/.local/bin/dotfiles-install.sh +++ b/.local/bin/dotfiles-install.sh @@ -2,6 +2,8 @@ # this script will install the dotfiles from the target git repository, and back up any conflicting files # credit for this idea and basic script outline goes to https://www.atlassian.com/git/tutorials/dotfiles +# TODO: make it so like 31 (DOTFILES_BACKUP_LIST) can handle spaces + DOTFILES_REPO_DIR="$HOME/git/dotfiles" DOTFILES_REPO_URL="https://git.blakenorth.net/dotfiles" DOTFILES_BACKUP_DIR="$HOME/.dotfiles-backup" # cannot contain the character '#'