diff options
author | Alan Pearce | 2019-10-04 21:35:17 +0200 |
---|---|---|
committer | Alan Pearce | 2019-10-04 21:35:44 +0200 |
commit | 8a52c1acb46ba99584ee4cc7c83161d972718a59 (patch) | |
tree | 158400c583b09e5eccf696d1f2c0a09e990d9029 /user/unstow-all | |
parent | 43a23a0eef135a07905c64a00ea620ba676e95ae (diff) | |
download | nixfiles-8a52c1acb46ba99584ee4cc7c83161d972718a59.tar.lz nixfiles-8a52c1acb46ba99584ee4cc7c83161d972718a59.tar.zst nixfiles-8a52c1acb46ba99584ee4cc7c83161d972718a59.zip |
Remove stow and scripts
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." |