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.
-
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/alacritty/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/foot/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ghostty/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/gnome-terminal/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/hyper/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/iterm/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/kitty/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/konsole/install.sh | bash -
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
-
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/ptyxis/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/terminator/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/termux/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/warp/install.sh | bash -
wget -qO- https://raw.githubusercontent.com/xscriptordev/terminal/main/wezterm/install.sh | bash -
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.
- 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.
