Location: ./themes
x.itermcolorsmadrid.itermcolorslahabana.itermcolorsseul.itermcolorsmiami.itermcolorsparis.itermcolorstokio.itermcolorsoslo.itermcolorshelsinki.itermcolorsberlin.itermcolorslondon.itermcolorspraha.itermcolorsbogota.itermcolors
- macOS with iTerm2 installed
curlorwget
- One-liner:
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/iterm/install.sh | bashor
- Local run:
cd iterm
chmod +x install.sh && ./install.shWhat it does:
- Uses local
.itermcolorsfiles from./themesif present, otherwise downloads them from the repository. - Imports each preset by opening it with the system (
open), adding it to iTerm2’s Color Presets. - Does not modify your iTerm2 profiles or preferences; selection is manual.
- Open iTerm2 → Preferences → Profiles → Colors.
- Click
Color Presets…→ select the imported preset. - Optional: set the profile as default under
Profiles.
- iTerm2 stores color settings per profile; presets are imported then applied manually to a profile.
- If import does not appear, quit and reopen iTerm2 after running the installer.
- For preset details and behavior, see iTerm2 documentation.
- Remote one‑liner:
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/iterm/uninstall.sh | bash
# or
curl -fsSL https://raw.githubusercontent.com/xscriptor/terminal/main/iterm/uninstall.sh | bash- Local:
chmod +x uninstall.sh && ./uninstall.sh
