minimal-code icon indicating copy to clipboard operation
minimal-code copied to clipboard

Configuration for a minimal and productive Visual Studio Code.

Minimal Code

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.

Installation

  1. Install Visual Studio Code:
    brew install visual-studio-code
    
  2. Install Apc Customize UI++ extension:
    code --install-extension drcika.apc-extension
    
  3. Install GitHub Theme extension:
    code --install-extension github.github-vscode-theme
    
  4. Install JetBrains Mono font:
    brew tap homebrew/cask-fonts
    brew install font-jetbrains-mono
    
  5. Copy the contents of src/settings.json to your settings file (search Preferences: Open Settings (JSON) using the Command Palette).

Screenshots

code light code dark empty light empty dark