summaryrefslogtreecommitdiff
path: root/init.sh
diff options
context:
space:
mode:
Diffstat (limited to 'init.sh')
-rwxr-xr-xinit.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.sh b/init.sh
deleted file mode 100755
index e6856de..0000000
--- a/init.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-find . -type d -mindepth 1 -maxdepth 1 -not -path '*/.*' \
- | sed "s/^\.\///" \
- | while read dir; do stow --no-folding "$dir"; done