Skip to content

Instantly share code, notes, and snippets.

@SteveDevOps
Last active December 28, 2023 22:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveDevOps/269e47c354e523a395d34de34353e566 to your computer and use it in GitHub Desktop.
Save SteveDevOps/269e47c354e523a395d34de34353e566 to your computer and use it in GitHub Desktop.

install rust with rustup:

exa (the new ls)

bat (the new cat)

bottom (cool top replacement)

fd-find (fd is a simple, fast and user-friendly alternative to find)

gitui (wha?? I can get useful repo info and I don't have to go to repo gui?)

ripgrep (fly grep fly..)

starship (I prefer to compile my favorite shell prompt!)

xcp (wha?? cp with progress bar!? OMG!)

zoxide (I'm deep in a dir structure and I need to cd to another deep dir structure.. wtf was that path again???)

my most needed native tootchain utils:

cargo-update

  • cargo install cargo-update
  • cmnd: cargo install-update -a (update everything installed!)

cargo-cache

  • cargo install cargo-cache
  • cmnd: cargo cache -a (cleanup and keep things tidy on disk!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment