My dev environment setup — minimal, dark, focused.
curl -fsSL https://raw.githubusercontent.com/harsh7z/rig/main/scripts/install.sh | bash
| Config |
Location |
| VS Code settings |
vscode/settings.json |
| VS Code keybindings |
vscode/keybindings.json |
| VS Code extensions |
vscode/extensions.txt |
| Vim cheat sheet |
vscode/vim-cheatsheet.md |
| Ghostty terminal |
ghostty/config |
| Zsh config |
zsh/.zshrc |
| Powerlevel10k |
zsh/.p10k.zsh |
- Editor: VS Code + Vim keybindings
- Theme: Vitesse Black (pure OLED black)
- Font: JetBrains Mono NL
- Terminal: Ghostty + Fruity Punch theme
- Shell: Zsh + Oh My Zsh + Powerlevel10k
- Icons: Hypernym Icons
- Minimal UI — no tabs, no activity bar, no breadcrumbs
- Sidebar on the right
- Relative line numbers (Vim)
- Smooth cursor animation
- GitHub-style git diff colors
- Minimap with git change indicators (toggle:
Cmd + M)
- Format on save with Prettier
- Fruity Punch color scheme on pitch black
- JetBrains Mono NL font
- Padding for clean look
- Powerlevel10k lean prompt
- Plugins: git, autosuggestions, syntax-highlighting, interactive-cd
| Shortcut |
Action |
Cmd + M |
Toggle minimap |
Cmd + G |
Go to line |
Cmd + Shift + G |
Open Source Control |
Cmd + Shift + H |
GitHub PR focus |