This website requires JavaScript.
Explore
Help
Sign In
pixelifytica
/
nixos
Watch
1
Star
0
Fork
You've already forked nixos
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
a66762ff0c
nixos
/
system
/
home
/
scripts
/
shell
/
clean-config.sh
3 lines
99 B
Bash
Raw
Normal View
History
Unescape
Escape
Add clean-config script Removes all entries in ~/.config except a specified few
2024-09-28 10:27:12 +01:00
shopt
-s extglob
Update ignored directories in clean-config.sh Don't delete dconf directory
2024-10-27 07:02:07 +00:00
rm -rf ~/.config/!
(
dconf
|
kdeconnect
|
protonmail
|
Signal
|
WebCord
|
whatsapp-for-linux
)
Reference in a new issue
Copy permalink