diff options
Diffstat (limited to 'user/unstow-all')
-rwxr-xr-x | user/unstow-all | 11 |
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." |