A lot of the tools you use are probably super old! That's great cause they work no problem, but they might not be as pretty as we want them. All of the following are tools I use to replace default tooling that is preinstalled on most computers.
A cat(1) clone with wings.. So much nicer!
Make sure to alias cat
in your ~/.zshrc
.
A modern version of ‘ls’.. Pretty colors!
Make sure to alias cat
in your ~/.zshrc
.
Tell git to use delta
for all diffs in your ~/.gitconfig
:
bash
and zsh
ship with a nice search history (press ctrl + r
). But it's old and ugly. For a better experience I install fzf.
Easily jump to directories. Just supply a part of the path and it will change the directory to the last matching path. I still use cd
but I use z
to jump between projects.
And add some config in your ~/.zshrc
.
zoxide
ships with a zi
alias. This allows you to fuzzy search though all possible directory matches.