From 6cdd64bf43cf939e5d5537a0f7c741f9d8942c5d Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Thu, 20 Jun 2024 06:57:39 -0500 Subject: [PATCH] update.sh: comment limitations --- update.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5f52e77..f076fce 100755 --- a/update.sh +++ b/update.sh @@ -3,10 +3,13 @@ # minimal dotfile manager # tracks files / copies them into the repo, sorted by hostname # +# known limitations/problems: +# - new top level directories (ie: '.config', '.local') may need to be created/seeded for new hosts +# - failure to put slashes after directories may lead to them being nested on re-runs +# set -u # array of files/dirs [relative to home] to include -# NOTE: use a trailing slash to avoid directory nesting DOTS=( '.bashrc' # '.shell_aliases' # needs cleaned up first