about summary refs log tree commit diff
path: root/users/wpcarro/configs/uninstall
blob: e082d75ceefa71233254ccd6cabc0853e19d459a (plain) (blame)
1
2
3
4
5
#!/usr/bin/env bash

configs="$BRIEFCASE/configs"

(cd "$configs" && stow --delete --target="$HOME" .)