Standalone installer v1.0.0

My VS Code,
in one command.

The complete Damln editing setup: minimal theme, seven local extensions, JetBrains Mono NL, pinned Marketplace extensions, settings and keybindings.

macOS and Linux

Paste this in a terminal.

Terminal
curl -fsSL https://damln.com/tools/vscode/download/install.sh | sh

Windows

Run in PowerShell.

PowerShell
irm https://damln.com/tools/vscode/download/install.ps1 | iex
Before installing: close VS Code. The installer backs up your current settings.json and keybindings.json with a timestamp, then replaces them with the Damln defaults. SSH hosts, workspace state and machine-specific paths are never included.

What it installs

Theme and typography

Damln Minimal plus the redistributable JetBrains Mono NL font family.

Damln extensions

Markdown Inline, HTML Preview, Jump, Git Tools, Markdown Tools and the SCM UI integration.

Pinned dependencies

The selected third-party extensions are installed at exact versions from the Visual Studio Marketplace.

Verified package

The bootstrap verifies the release archive checksum before running the bundled installer.

Download the ZIP SHA-256 checksums Inspect the shell installer Inspect the PowerShell installer