A color theme for terminator based on:
https://gist.github.com/mvisonneau/04c4aa05a66a23c94960
Terminator can be installed by
-
On Centos:
sudo yum install terminator -
On Debian:
sudo apt install terminator
The config file for Terminator terminal emulator:
mkdir ~/.config/terminator/
~/.config/terminator/config
git clone https://github.com/gengwg/terminator.git
cd terminator
mkdir -p ~/.config/terminator/
cp config ~/.config/terminatorThen restart Terminator, if already using it — close ALL windows. Terminator loads the config once at process start, so new tabs in a running process keep the old settings in memory.
The config uses Consolas, which is not installed on Linux by default
(fontconfig silently falls back to DejaVu Sans Mono). To install it:
mkdir -p ~/.local/share/fonts
cd ~/.local/share/fonts
for v in Regular Bold Italic; do
curl -fsSLO "https://raw.githubusercontent.com/pensnarik/consolas-font/master/Consolas-$v.ttf"
done
fc-cache -f ~/.local/share/fontsVerify:
fc-match Consolas
# Consolas-Regular.ttf: "Consolas" "Regular"Note: Consolas-Bold-Italic.ttf in that repo is a mislabeled bzip2
tarball (upstream packaging bug), so it is skipped. Bold-italic is
rarely used in a terminal; fontconfig synthesizes it if needed. The
genuine consolaz.ttf can also be copied from any Windows machine
(C:\Windows\Fonts).
Right Click
> Preferences
> Profiles
> General
> Cursor
> Shape: Block/Underline/I-Beam
Now I can open Terminator and start using the terminal. Here are some useful Shortcuts.
man terminator_config
This setup was done by prompting opencode:
configure terminator based on: https://github.com/gengwg/terminator
download the Consolas font and install it
set the font size to 11