[PR #131] Add macOS installer for Antigravity (Google's AI IDE) #132

Open
opened 2026-05-06 13:13:32 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/131
Author: @LIL-JRG
Created: 5/4/2026
Status: 🔄 Open

Base: mainHead: feat/antigravity-macos-installer


📝 Commits (1)

  • f792546 Add macOS installer for Antigravity (Google's AI IDE)

📊 Changes

3 files changed (+331 additions, -0 deletions)

View changed files

📝 README.md (+24 -0)
bootstrap-antigravity.sh (+54 -0)
install-antigravity.sh (+253 -0)

📄 Description

Summary

  • Adds install-antigravity.sh — a full macOS installation script for Antigravity, Google's AI-powered IDE (VS Code fork)
  • Adds bootstrap-antigravity.sh — a one-liner curl installer for macOS
  • Updates README.md with Antigravity installation instructions for both macOS and Windows

Details

install-antigravity.sh

  • Detects Antigravity via ~/.gemini/antigravity
  • Installs theme extension to ~/.antigravity/extensions/
  • Installs Custom UI Style extension via agy CLI
  • Installs Bear Sans UI, IBM Plex Mono, and FiraCode Nerd Font fonts
  • Merges settings into ~/Library/Application Support/Antigravity/User/settings.json using Python's JSONC parser (respects existing user settings)

Key design decisions

  • Uses Python 3 (pre-installed on macOS) for JSONC parsing that properly handles VS Code's "// comment": "" convention
  • Deep-merges custom-ui-style.stylesheet to preserve any existing CSS customizations
  • Tries Homebrew for font installation, falls back to manual instructions

Tested on

  • macOS 15 with Antigravity.app

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bwya77/vscode-dark-islands/pull/131 **Author:** [@LIL-JRG](https://github.com/LIL-JRG) **Created:** 5/4/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feat/antigravity-macos-installer` --- ### 📝 Commits (1) - [`f792546`](https://github.com/bwya77/vscode-dark-islands/commit/f79254682a75adbfae42ee0fa56b7d8b880ff08f) Add macOS installer for Antigravity (Google's AI IDE) ### 📊 Changes **3 files changed** (+331 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+24 -0) ➕ `bootstrap-antigravity.sh` (+54 -0) ➕ `install-antigravity.sh` (+253 -0) </details> ### 📄 Description ## Summary - Adds `install-antigravity.sh` — a full macOS installation script for Antigravity, Google's AI-powered IDE (VS Code fork) - Adds `bootstrap-antigravity.sh` — a one-liner curl installer for macOS - Updates `README.md` with Antigravity installation instructions for both macOS and Windows ## Details ### `install-antigravity.sh` - Detects Antigravity via `~/.gemini/antigravity` - Installs theme extension to `~/.antigravity/extensions/` - Installs Custom UI Style extension via `agy` CLI - Installs Bear Sans UI, IBM Plex Mono, and FiraCode Nerd Font fonts - Merges settings into `~/Library/Application Support/Antigravity/User/settings.json` using Python's JSONC parser (respects existing user settings) ### Key design decisions - Uses Python 3 (pre-installed on macOS) for JSONC parsing that properly handles VS Code's `"// comment": ""` convention - Deep-merges `custom-ui-style.stylesheet` to preserve any existing CSS customizations - Tries Homebrew for font installation, falls back to manual instructions ### Tested on - macOS 15 with Antigravity.app --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#132
No description provided.