Minimal Code is a set of extensions, settings and keyboard shortcuts that turns Visual Studio Code into a minimal and productive development environment.
It's focused on minimizing distractions, reducing mouse usage and optimizing the overall workflow.
- Install Visual Studio Code:
brew install visual-studio-code
- Install Apc Customize UI++ extension:
code --install-extension drcika.apc-extension
- Install GitHub Theme extension:
code --install-extension github.github-vscode-theme
- Install JetBrains Mono font:
brew tap homebrew/cask-fonts brew install font-jetbrains-mono
- Copy the contents of
src/settings.json
to your settings file (search Preferences: Open Settings (JSON) using the Command Palette).