I use Kitty on Solus (perfectly stable, never had an issue) and on NixOS a while ago (actually unstable). I guess is more a question of environment that strictly Kitty fault...
👋 Hey there, I am Waylon Walker
I am a Husband, Father of two beautiful children, Senior Python Developer currently working in the Data Engineering platform space. I am a continuous learner, and sha
Check out exa as well - replacement for ls written in Rust. Faster, better syntax highlighting, expanded options. Aliased ls='exa' on almost all of my systems
Since you've stated a few replacements for standard software rewritten in rust, I'd like to throw rg in the ring as well: RipGrep. A grep replacement written in Rust. Seems to be much faster.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I've used
batwhich is great but I've never heard oflsd. Installed it, and I'm loving it!Just installed
bat. It's amazing! Should be provided by standard package repos by default!Fish Shell or prezto for zsh. Fnm instead of nvm. But yeah pretty much you just described standard setup.
I use Kitty on Solus (perfectly stable, never had an issue) and on NixOS a while ago (actually unstable). I guess is more a question of environment that strictly Kitty fault...
lsd is a good find :)
I use bad and fzf everyday. I love the UX that fzf provides, and how hackable it is to create new new commands/aliases from it.
Check out exa as well - replacement for
lswritten in Rust. Faster, better syntax highlighting, expanded options. Aliased ls='exa' on almost all of my systemsSince you've stated a few replacements for standard software rewritten in rust, I'd like to throw
rgin the ring as well: RipGrep. A grep replacement written in Rust. Seems to be much faster.