summary refs log tree commit diff stats
path: root/user/unstow-all
diff options
context:
space:
mode:
Diffstat (limited to 'user/unstow-all')
-rwxr-xr-xuser/unstow-all11
1 files changed, 0 insertions, 11 deletions
diff --git a/user/unstow-all b/user/unstow-all
deleted file mode 100755
index 3e56fd31..00000000
--- a/user/unstow-all
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env zsh
-
-set -euo pipefail
-
-echo "Checking if all packages can be unstowed"
-./stow -Dn --ignore="tabnine_config\.json" *(/)
-
-echo "Unstowing!"
-./stow -D --ignore="tabnine_config\.json" *(/)
-
-rmdir ~/.config/nixpkgs || echo "Could not remove nixpkgs directory. Remove it manually before running the installer."