Skip to content

xscriptordev/terminal

Repository files navigation

Xscriptor Terminal schemes

A curated collection of terminal themes and color schemes designed for a consistent look & feel across Windows, MacOs & Linux.
This repo includes configurations for PowerShell, Kitty, Gnome Terminal, Konsole, XFCE, and more.

Supported:

  • Alacritty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/alacritty/install.sh | bash
  • Foot

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/foot/install.sh | bash
  • Ghostty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ghostty/install.sh | bash
  • GNOME Terminal

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/gnome-terminal/install.sh | bash
  • Hyper

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/hyper/install.sh | bash
  • iTerm2

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/iterm/install.sh | bash
  • Kitty

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/kitty/install.sh | bash
  • Konsole

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/konsole/install.sh | bash
  • MobaXterm (Windows)

  • PowerShell (Windows)

    Remote install (Windows PowerShell 5.1):

    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
    Set-ExecutionPolicy Bypass -Scope Process -Force
    iex (iwr 'https://raw.githubusercontent.com/xscriptordev/terminal/main/powershell/install.ps1' -UseBasicParsing).Content

    Remote install (PowerShell 7+):

    Set-ExecutionPolicy Bypass -Scope Process -Force
    irm 'https://raw.githubusercontent.com/xscriptordev/terminal/main/powershell/install.ps1' -Raw | iex

    Default one-liner:

    Set-ExecutionPolicy Bypass -Scope Process -Force
    irm https://raw.githubusercontent.com/xscriptordev/terminal/main/powershell/install.ps1 | iex
  • Ptyxis

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ptyxis/install.sh | bash
  • PuTTY (Windows)

  • Terminal.app (macOS)

  • Terminator

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/terminator/install.sh | bash
  • Termux (Android)

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/termux/install.sh | bash
  • Tilix

  • Warp

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/warp/install.sh | bash
  • WezTerm

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/wezterm/install.sh | bash
  • XFCE Terminal

    wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/xfce/install.sh | bash

Note: In some directories you'll find an install.sh script you can run to simplify theme installation for the terminal you use.

Previews:

Contributions

  • Contributions to the code, suggestions, and additional themes are welcome.
  • To propose changes, open an issue or pull request in this repository.
  • See the license in LICENSE.