Fix README image paths and dot description

Fixed paths to images for new repository dotfile delineation. Added
quick readme blurb explaining differece of normal and dotfile
directories.
Readme still explained old bare-repository directory structure. Rewrote
sentences to conform to new structure.

Removed underscore from bootstrap directory, since the repository does
not organize itself through underscore prefixes anymore.
Fixed package gathering git-hook to respect new bootstrap directory.
This commit is contained in:
Marty Oehme 2020-02-11 09:33:18 +00:00
parent 4d748ebebd
commit 4634655619
7 changed files with 11 additions and 7 deletions

View file

@ -3,8 +3,9 @@
COMMIT_MSG_FILE="$1"
COMMIT_SOURCE="$2"
pkgfileloc="$(git rev-parse --show-toplevel)/_bootstrap/packages.txt"
pkgignoreloc="$(git rev-parse --show-toplevel)/_bootstrap/packages_ignore.txt"
BOOTSTRAPDIR="bootstrap"
pkgfileloc="$(git rev-parse --show-toplevel)/$BOOTSTRAPDIR/packages.txt"
pkgignoreloc="$(git rev-parse --show-toplevel)/$BOOTSTRAPDIR/packages_ignore.txt"
listgen="yay"
err() {