Skip to content

Commit

Permalink
edit readme, clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tsbohc committed Dec 15, 2021
1 parent 874c9c5 commit d60bfd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hori
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ hook() { # execute <1:hook> in <@:packages>
. "$REPO/$p/hori.sh"
if type "$h" >/dev/null 2>&1; then
case $h in
#autostart) notify "autostart $PACK" ;;
add) mkdir -p "$HORI/$p" ;;
esac
yell "<$h> in {$p}"
Expand All @@ -101,6 +100,8 @@ hook() { # execute <1:hook> in <@:packages>
done
}

# -- main

HORI="$HOME/.config/hori"
REPO="$(cat "$HORI/.repo" 2>/dev/null \
|| find ~ -type f -name "repository.hori" -printf '%h\n' 2>/dev/null)"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hori-hori

A personal dotfiles templating and management framework written in a hundred lines of bash.
A personal dotfiles templating and management framework written in a hundred lines of sh.

- Toml-inspired configuration language
- Logicless recursive templating
Expand Down

0 comments on commit d60bfd8

Please sign in to comment.