From fc0983624e6e63f05ee9dd36595f731824d3c8c6 Mon Sep 17 00:00:00 2001 From: Brian Blakely Date: Fri, 31 Oct 2025 09:22:30 -0400 Subject: [PATCH] VS Code: Apply Omarchy theme during install (#2983) * Apply Omarchy theme; Install Neovim extension (automatically scoops up LazyVim config). * Just set the Omarchy theme Removed installation of Neovim extension from script. --------- Co-authored-by: David Heinemeier Hansson --- bin/omarchy-install-vscode | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/omarchy-install-vscode b/bin/omarchy-install-vscode index 9ac4cd5a..4c5b036a 100755 --- a/bin/omarchy-install-vscode +++ b/bin/omarchy-install-vscode @@ -21,4 +21,7 @@ EOF # Ensure VSC's own auto-update feature is turned off printf '{\n "update.mode": "none"\n}\n' > ~/.config/Code/User/settings.json +# Apply Omarchy theme to VSCode +omarchy-theme-set-vscode + setsid gtk-launch code