jq is also super nice when you have to parse json data.
I also like powerlevel10k: https://github.com/romkatv/powerlevel10k
You have to configure it yourself, but it works on bash, fish and zsh.
<run some command that outputs json> | jq .
and you'll get nice color pretty printed output. 90% of the time I use jq it's just to pretty print like this.
installed everywhere
jq is also super nice when you have to parse json data.
I also like powerlevel10k: https://github.com/romkatv/powerlevel10k