Get started
brew install htop jq bat exa prettyping diff-so-fancy
The tools explained a bit.
htop a more advanced top alternative.
alias top="htop"
bat - a fancy cat with syntax highlight
alias cat="bat --theme=1337"
prettyping
alias ping="prettyping --nolegend"
exa
alias ls=exa
alias ll="exa -l"
example ls -la --git
diff-so-fancy
alias diff=diff-so-fancy
Top comments (7)
I see where you're coming from toxor, but a quick search through the repos shows they're all nix compatible, as with many cli tools. Aside from the package manager (which differs between OS's and often distros), usually most things are compatible or there are linux alternatives. Building from source is often an option as well, if you're feeling amphibious.
Insane...
Those tools also works for other OS'es
Must check the fish shell, have any cool links to check?
Actually It can but I get your point.