>: bat setup.md
This page outlines my preferred development environment configuration.
Core Setup
- Dotfiles Repository: nextonesfaster/dotfiles
- Editors: Visual Studio Code, IntelliJ IDEA, Neovim
- Theme: Rosé Pine
- Editor Font: Ligalex Mono (Text, 13.5 pt)
- Terminal: iTerm2
- Terminal Font: BlexMono Nerd Font (Regular, 14 pt)
You can view my full VSCode settings.json
configuration on GitHub Gist.
Shell & CLI Tools
- Oh My Zsh — Framework for managing Zsh configuration
- Starship — Cross-shell minimal, blazing-fast prompt
- homebrew — Package manager for macOS
- ripgrep — Fast recursive search
- opentag — Tag-based file and link manager
- bat —
cat
with syntax highlighting - zoxide — Smarter directory jumping
- lsd — A modern
ls
with icons and colors - fd — A simple, fast alternative to
find
- skim — Fast fuzzy finder (
fzf
-like) - qalc — Versatile command-line calculator
- delta — Git diff formatter