1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-10-02 23:29:43 +00:00
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')