diff options
Diffstat (limited to 'update-configs.sh')
-rwxr-xr-x | update-configs.sh | 10 |
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 |