Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@cristiano-pacheco
Created February 16, 2019 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cristiano-pacheco/9e93b110694fd3772e9e47798a73b226 to your computer and use it in GitHub Desktop.
Save cristiano-pacheco/9e93b110694fd3772e9e47798a73b226 to your computer and use it in GitHub Desktop.
Terminator Config
1
mkdir -p ~/.config/terminator
2
nano ~/.config/terminator/config
3
paste de content in the file above
[global_config]
title_transmit_bg_color = "#729fcf"
[keybindings]
copy = <Control>c
paste = <Control>v
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#ffffff"
cursor_color = "#5e77c8"
foreground_color = "#414141"
palette = "#414141:#b23771:#66781e:#cd6f34:#3c5ea8:#a454b2:#66781e:#ffffff:#3f3f3f:#db3365:#829429:#cd6f34:#3c5ea8:#a454b2:#829429:#f2f2f2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment