dotfiles/bin/clean

10 lines
312 B
Bash
Executable File

#!/bin/sh
#shellcheck disable=SC2046
yay -Scc
fc-cache -frvs
rm -r ~/.cache ~/.wine ~/.local/pipx/.cache/
fish -c "j --purge"
doas journalctl --vacuum-size=1K
bleachbit -c $(bleachbit -l|rg -v 'system.free_disk_space|system.memory')
doas bleachbit -c $(bleachbit -l|rg -v 'system.free_disk_space|system.memory')