about summary refs log tree commit diff
path: root/users/wpcarro/configs/uninstall
#!/usr/bin/env bash

configs="$WPCARRO/configs"

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