all repos — nixfiles @ d0200a6b07e497d07dff2cfe0857f4dceb724b58

System and user configuration, managed by nix and home-manager

unstow-all (view raw)

1
2
3
4
5
6
7
8
9
10
11
#!/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."