mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 18:48:52 +00:00
feat(scripts): add cache clearing operations
This commit is contained in:
@@ -24,6 +24,7 @@ source "$CARGO_HOME/env"
|
||||
rustup default system
|
||||
|
||||
packages=(
|
||||
"cargo-clean"
|
||||
# starship.rs
|
||||
"starship"
|
||||
# An incremental parsing system for programming tools
|
||||
@@ -68,4 +69,5 @@ x-have bob && {
|
||||
bob use stable && x-path-append "$XDG_DATA_HOME/bob/nvim-bin"
|
||||
}
|
||||
|
||||
msg_done "All next steps done!"
|
||||
msg_run "Removing cargo cache"
|
||||
cargo cache --autoclean
|
||||
|
||||
Reference in New Issue
Block a user