nixos/system/home/scripts/shell/clean-config.sh
Evie Litherland-Smith c03f88dbc3 Add clean-config script
Removes all entries in ~/.config except a specified few
2024-09-28 10:27:12 +01:00

3 lines
115 B
Bash

shopt -s extglob
rm -rf ~/.config/!(emacs|kdeconnect|protonmail|Signal|teams-for-linux|WebCord|whatsapp-for-linux)