bin: add warning about spaces to dotfiles-install

This commit is contained in:
PowerUser64 2021-10-24 12:17:34 -07:00
parent d48bfcd0c6
commit 9d2c905aec

View file

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