From 8a64f31f035db096f8a4a578d6b461fad4dac244 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 15:15:44 -0500 Subject: more robust update script --- update-configs.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 update-configs.sh (limited to 'update-configs.sh') diff --git a/update-configs.sh b/update-configs.sh deleted file mode 100755 index 1936038..0000000 --- a/update-configs.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -if ! test -d ~/.dotfiles; then - echo "installing dotfiles..." -fi - -find -- * -type f -name "*.org" | while read -r file; do - echo "installing ${file} configuration..." - # emacs --batch "${file}" -f package-initialize --eval '(org-babel-tangle)' -done -- cgit v1.2.3