From 8a52c1acb46ba99584ee4cc7c83161d972718a59 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 4 Oct 2019 21:35:17 +0200 Subject: Remove stow and scripts --- user/unstow-all | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 user/unstow-all (limited to 'user/unstow-all') 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." -- cgit 1.4.1