🔧 Added cargo related aliases/notes

This commit is contained in:
z3rOR0ne 2025-01-15 06:03:06 -08:00
parent dca1f9b0af
commit 7747d510b1
2 changed files with 7 additions and 0 deletions

View file

@ -263,6 +263,7 @@ alias npm-t="npm test"
alias npm-o="npm outdated"
alias npm-u="npm updated"
alias cargo-l="cargo install --list"
alias cargo-u="cargo install-update -a" # requires cargo-update crate
alias {pacquery,pacgrep,pacq}="pacman -Q | grep $1"
alias find-empty='find . -depth -empty'
alias rmdir-a='find . -depth -empty -delete'

View file

@ -684,3 +684,9 @@ On updating mycli, you'll need some new python packages:
paru python-sqlglot python-pyfzf
Remove global postgresql:
doas pacman -Rs postgresql postgresql-runit
Install cargo-update
cargo install cargo-update
Install kalker (cli calculator app)
cargo install kalker
Update all cargo packages using cargo-u alias:
cargo-u