This configuration is based on what I use on macOS but probably can be adapted to fit most common distros.
- JetBrains Mono
- Nerd Fonts
- Install nerd font version:
brew install --cask font-jetbrains-mono-nerd-font
- Ghostty
brew install --cask ghostty
- Zsh
- Plugins:
- zsh-autosuggestions
brew install zsh-autosuggestions
- zsh-syntax-highlighting
brew install zsh-syntax-highlighting
- zsh-autosuggestions
- Plugins:
- Tmux
brew install tmux
- Helix
brew install helix- Python LSPs:
brew install rufffor lintingbrew install basedpyrightfor type-checking
- Go LSP:
go install golang.org/x/tools/gopls@latest - Typescript LSP:
brew install typescript-language-server - JSON LSP:
brew install vscode-langservers-extracted
- Lazygit
brew install lazygit