My own collection of terminal themes and color schemes designed for a consistent look and feel across Windows, macOS, and Linux.
You can use the universal installer to automatically configure the theme for your preferred terminal emulator. Just run the following command and select your terminal from the menu:
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/install.sh | bashAlternatively, to make this easy to install manually, you can execute the remote install script directly for each terminal. You can see the details in each terminal's documentation.
View Installation Instructions for Supported Terminals
-
Alacritty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/alacritty/install.sh | bash -
Foot
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/foot/install.sh | bash -
Ghostty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ghostty/install.sh | bash -
GNOME Terminal
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/gnome-terminal/install.sh | bash -
Hyper
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/hyper/install.sh | bash -
iTerm2
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/iterm/install.sh | bash -
Kitty
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/kitty/install.sh | bash -
Konsole
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/konsole/install.sh | bash - MobaXterm (Windows)
-
PowerShell (Windows)
Remote install (Windows PowerShell 5.1):Remote install (PowerShell 7+):[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Set-ExecutionPolicy Bypass -Scope Process -Force iex (iwr 'https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1' -UseBasicParsing).ContentDefault one-liner:Set-ExecutionPolicy Bypass -Scope Process -Force irm 'https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1' -Raw | iexSet-ExecutionPolicy Bypass -Scope Process -Force irm https://raw.githubusercontent.com/xscriptor/terminal/main/powershell/install.ps1 | iex -
Ptyxis
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/ptyxis/install.sh | bash - PuTTY (Windows)
- Terminal.app (macOS)
-
Terminator
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/terminator/install.sh | bash -
Termux (Android)
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/termux/install.sh | bash - Tilix
-
Warp
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/warp/install.sh | bash -
WezTerm
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/wezterm/install.sh | bash -
XFCE Terminal
wget -qO- https://raw.githubusercontent.com/xscriptor/terminal/main/xfce/install.sh | bash
Note: In some directories you will find an install.sh script you can run to simplify theme installation for the terminal you use.
About the Developer