In case you are interested on some of the tools I mentioned I am gonna just leave a list of links here:
- Alacritty: the terminal emulator written in Rust https://github.com/alacritty/alacritty
- Fish: the shell I am using right now https://fishshell.com/ (I also want to take a look at Nu shell https://github.com/nushell/nushell)
- Tmux: the terminal multiplexer to have multiple sessions, windows and tabs https://github.com/tmux/tmux/wiki
- nvim: my current text editor (https://neovim.io/)
I also mentioned these three CLI tools written in Rust:
- exa: replacement of the ls command https://the.exa.website/
- bat: replacement of the cat command https://github.com/sharkdp/bat
- fd: replacement of the find command https://github.com/sharkdp/fd