mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-17 04:12:44 +00:00
9 lines
285 B
Bash
Executable file
9 lines
285 B
Bash
Executable file
#!/bin/sh
|
|
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')
|