Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zepfietje/minimal-code
Configuration for a minimal and productive Visual Studio Code.
https://github.com/zepfietje/minimal-code
minimal productivity visual-studio-code
Last synced: 8 days ago
JSON representation
Configuration for a minimal and productive Visual Studio Code.
- Host: GitHub
- URL: https://github.com/zepfietje/minimal-code
- Owner: zepfietje
- License: mit
- Created: 2020-04-01T20:02:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-25T19:08:51.000Z (over 1 year ago)
- Last Synced: 2024-11-23T02:07:59.062Z (2 months ago)
- Topics: minimal, productivity, visual-studio-code
- Homepage:
- Size: 4.24 MB
- Stars: 124
- Watchers: 3
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://code.visualstudio.com/Download):
```bash
brew install visual-studio-code
```
2. Install [Apc Customize UI++](https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension) extension:
```bash
code --install-extension drcika.apc-extension
```
3. Install [GitHub Theme](https://marketplace.visualstudio.com/items?itemName=GitHub.github-vscode-theme) extension:
```bash
code --install-extension github.github-vscode-theme
```
4. Install [JetBrains Mono](https://www.jetbrains.com/lp/mono/) font:
```bash
brew tap homebrew/cask-fonts
brew install font-jetbrains-mono
```
5. Copy the contents of [`src/settings.json`](src/settings.json) to your settings file (search **Preferences: Open Settings (JSON)** using the Command Palette).## Screenshots
![code light](screenshots/code-light.png)
![code dark](screenshots/code-dark.png)
![empty light](screenshots/empty-light.png)
![empty dark](screenshots/empty-dark.png)