tvl-depot/configs/uninstall
William Carroll fe61dee511 Splice configs/shared directory
- Move all children from configs/shared into configs.
- Delete "shared" directory.
2020-03-06 10:15:29 +00:00

5 lines
103 B
Bash
Executable file

#!/usr/bin/env bash
configs="$BRIEFCASE/configs"
(cd "$configs" && stow --delete --target="$HOME" .)