aboutsummaryrefslogtreecommitdiff
path: root/update-configs.sh
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-08-07 15:15:44 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-08-07 15:15:44 -0500
commit8a64f31f035db096f8a4a578d6b461fad4dac244 (patch)
treeae681e9dea98d3b2d0a64888769e86ef71a71129 /update-configs.sh
parent341c3be75228dbd23fd05208d148acecf950d573 (diff)
more robust update script
Diffstat (limited to 'update-configs.sh')
-rwxr-xr-xupdate-configs.sh10
1 files changed, 0 insertions, 10 deletions
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