This repository contains a set of Visual Studio Code settings and a custom CSS file to create a minimalist editor experience.
-
Copy or Link the
settings.json- Open VS Code.
- Go to
File>Preferences>Settings(or pressCtrl+,). - Click the
{}icon in the top right to opensettings.json. - Replace your settings with the contents of this repo's
settings.json, or merge as needed.
-
Install Fonts (Optional)
- This config uses
JetBrainsMono Nerd Font. Download and install it from Nerd Fonts.
- This config uses
-
Install Recommended Extensions
-
Enable Custom CSS
- Install the Custom CSS and JS Loader extension.
- Update the
vscode_custom_css.importspath insettings.jsonto point to the absolute path of yourstyle.cssfile from this repo. - Run the
Enable Custom CSS and JScommand from the Command Palette (Ctrl+Shift+P). - Restart VS Code.
Feel free to fork and modify for your own setup!
