all repos — archive/dotfiles @ d0200a6b07e497d07dff2cfe0857f4dceb724b58

Superseded by nixfiles

Prepare for home-manager migration

Alan Pearce
commit

d0200a6b07e497d07dff2cfe0857f4dceb724b58

parent

75166a4de865570f27c074c82e47168ac8630f83

1 file changed, 11 insertions(+), 0 deletions(-)

changed files
A unstow-all
@@ -0,0 +1,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."