dots/src/.local/bin/cleanup

29 lines
336 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 \
2022-04-24 10:57:07 -04:00
.icons\
2022-05-11 17:46:34 -04:00
.ipython \
.android \
.electron-gyp \
.yarn \
.yarnrc
2022-01-15 16:28:02 -05:00
rmdir Downloads Desktop 2>/dev/null