mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #2] [MERGED] Add bootstrap one-liner install scripts #92
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bwya77/vscode-dark-islands/pull/2
Author: @hezhamen
Created: 2/14/2026
Status: ✅ Merged
Merged: 2/15/2026
Merged by: @bwya77
Base:
main← Head:add-automated-install-scripts📝 Commits (3)
228691fAdd automated installation scripts for Windows and macOS/Linuxc4b4095Add bootstrap one-liner install scripts for easy setup5b83c95Fix UI cut-off when Primary Sidebar is on right📊 Changes
6 files changed (+565 additions, -13 deletions)
View changed files
📝
README.md(+57 -8)➕
bootstrap.ps1(+60 -0)➕
bootstrap.sh(+65 -0)➕
install.ps1(+206 -0)➕
install.sh(+172 -0)📝
settings.json(+5 -5)📄 Description
Summary
This PR adds bootstrap scripts that enable one-liner installation of the Islands Dark theme.
Changes
Installation methods
Users can now install with a single command:
macOS/Linux:
Windows:
What the bootstrap scripts do
install.shorinstall.ps1)This provides the easiest possible installation experience while maintaining all existing functionality.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.