bin: add warning about spaces to dotfiles-install
This commit is contained in:
parent
d48bfcd0c6
commit
9d2c905aec
1 changed files with 2 additions and 0 deletions
|
@ -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 '#'
|
||||
|
|
Loading…
Add table
Reference in a new issue