Rename bootstrap directory

Renamed bootstrap directory to _bootstrap to conform to default ignore
pattern of autostow.sh, and make it visually clear that this is a
special directory, not one used for the dotfiles itself.
This commit is contained in:
Marty Oehme 2020-01-30 13:29:03 +01:00
parent 9932202704
commit 68b0219354
4 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
#
# Will symlink all my dotfiles into their correct places using autostow.sh
bootstrap_dir="${BOOTSTRAP_DIRECTORY:-./bootstrap}"
bootstrap_dir="${BOOTSTRAP_DIRECTORY:-./_bootstrap}"
main() {
local cmd=""