dots/.local/bin/cleanup
DogeyStamp 91c28bdd1e
General overhaul
Updated zsh files, added aliases and scripts
Programs list updated to be more OS-agnostic
2021-10-02 11:21:15 -04:00

15 lines
179 B
Bash
Executable File

#!/bin/sh
# Clean up useless dotfiles
rm -rf \
.audacity-data \
.mplayer \
.w3m \
.wget-hsts \
.python_history \
.units_history \
.xsel.log
rmdir Downloads Desktop 2>/dev/null