From 57667f82145277920ddacf59bf57c0046129bd63 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 8 Aug 2024 17:07:35 -0500 Subject: move configs to hidden directories --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') diff --git a/install b/install index af20bdc..192f070 100644 --- a/install +++ b/install @@ -25,7 +25,7 @@ if ! diff ~/.dotfiles/install ~/.local/bin/update-home >> ~/.update-home.log; th fi echo Installing configuration files... -find -- * -type f -name "*.org" | while read -r file; do +find -- . -type f -name "*.org" | while read -r file; do emacs --batch "${file}" -f package-initialize --eval '(org-babel-tangle)' >> ~/.update-home.log done -- cgit v1.2.3