You can check it out. There is a lot of demos in the official website.
- Alacritty with ZSH for my terminal
- Neovim as my IDE
- TMUX for multiplexing (different terminal windows/panes/etc)
- Colima so I don't have to use Docker Desktop
Everything else is just the standard CLI tool, like git, docker, etc.
My workflow is that I open a new TMUX session per project, use Neovim to edit the code and then commit with git.
Neovim has plugins for things like debugging, database access, and basically anything you could possibly need.