dotfiles/scripts/clean.sh

7 lines
265 B
Bash
Raw Normal View History

2024-08-08 06:24:24 +00:00
# Need to run this once in a while
# go clean -cache -testcache -modcache -fuzzcache -x
2024-08-11 09:32:39 +00:00
# sudo cargo +nightly clean gc -Z gc --max-download-age=1hour
2024-08-08 06:24:24 +00:00
# uv cache clean
2024-08-11 09:32:39 +00:00
# docker system prune --all --force --volumes
2024-08-08 07:57:19 +00:00
# sudo truncate -s 0 /private/var/log/ovpnagent.log