2021-10-02 11:21:15 -04:00
|
|
|
#!/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 \
|
2021-11-19 12:25:36 -05:00
|
|
|
.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
|
|
|
|
2021-10-02 11:21:15 -04:00
|
|
|
|
|
|
|
rmdir Downloads Desktop 2>/dev/null
|