|
|
|
|
|
by itsdanweston
738 days ago
|
|
Yeah, the main tools I use are: - 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. |
|