cleanup: change to clean ~/ not cwd

This commit is contained in:
dogeystamp 2023-06-20 14:49:40 -04:00
parent d96f968510
commit c044ac6457
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38

View File

@ -3,25 +3,26 @@
# Clean up useless dotfiles # Clean up useless dotfiles
rm -rf \ rm -rf \
.audacity-data \ ~/.audacity-data \
.mplayer \ ~/.mplayer \
.w3m \ ~/.w3m \
.wget-hsts \ ~/.wget-hsts \
.python_history \ ~/.python_history \
.units_history \ ~/.units_history \
.bash_history \ ~/.bash_history \
.avidemux6 \ ~/.avidemux6 \
.xsel.log \ ~/.xsel.log \
.gnuplot_history \ ~/.gnuplot_history \
.gnome \ ~/.gnome \
.wavemonrc \ ~/.wavemonrc \
.viminfo \ ~/.viminfo \
.icons\ ~/.icons\
.ipython \ ~/.ipython \
.android \ ~/.android \
.electron-gyp \ ~/.electron-gyp \
.yarn \ ~/.yarn \
.yarnrc ~/.yarnrc \
~/.vimspector.log
# ipython supports XDG_CONFIG just not by default # ipython supports XDG_CONFIG just not by default
mv ~/.ipython "$XDG_CONFIG_HOME"/ipython mv ~/.ipython "$XDG_CONFIG_HOME"/ipython