dots/src/.local/bin/cleanup

24 lines
281 B
Plaintext
Raw Normal View History

#!/bin/sh
# Clean up useless dotfiles
rm -rf \
.audacity-data \
.mplayer \
.w3m \
.wget-hsts \
.python_history \
.units_history \
2022-02-05 15:17:14 -05:00
.bash_history \
.avidemux6 \
2022-01-15 16:28:02 -05:00
.xsel.log \
.gnuplot_history \
.gnome \
.ansible \
.wavemonrc \
.viminfo \
.icons
rmdir Downloads Desktop 2>/dev/null