update.sh: comment limitations
This commit is contained in:
parent
850b880bf0
commit
6cdd64bf43
1 changed files with 4 additions and 1 deletions
|
@ -3,10 +3,13 @@
|
||||||
# minimal dotfile manager
|
# minimal dotfile manager
|
||||||
# tracks files / copies them into the repo, sorted by hostname
|
# 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
|
set -u
|
||||||
|
|
||||||
# array of files/dirs [relative to home] to include
|
# array of files/dirs [relative to home] to include
|
||||||
# NOTE: use a trailing slash to avoid directory nesting
|
|
||||||
DOTS=(
|
DOTS=(
|
||||||
'.bashrc'
|
'.bashrc'
|
||||||
# '.shell_aliases' # needs cleaned up first
|
# '.shell_aliases' # needs cleaned up first
|
||||||
|
|
Loading…
Reference in a new issue