From 9d2c905aecc12827e480a399ec025e73293dfc50 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sun, 24 Oct 2021 12:17:34 -0700 Subject: [PATCH] bin: add warning about spaces to dotfiles-install --- .local/bin/dotfiles-install.sh | 2 ++ 1 file changed, 2 insertions(+) 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 '#'