update.sh: comment limitations

This commit is contained in:
Josh Lay 2024-06-20 06:57:39 -05:00
parent 850b880bf0
commit 6cdd64bf43
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

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