Skip to content

Instantly share code, notes, and snippets.

@iKlotho
Last active January 8, 2021 22:41
Show Gist options
  • Save iKlotho/88059859ea66011931921a3fac66edea to your computer and use it in GitHub Desktop.
Save iKlotho/88059859ea66011931921a3fac66edea to your computer and use it in GitHub Desktop.
terminator config with gruvbox theme, custom layout and auto login ssh
# https://blog.ropnop.com/configuring-a-pretty-and-usable-terminal-emulator-for-wsl/
[global_config]
always_split_with_profile = True
focus = system
title_inactive_bg_color = "#657b83"
title_transmit_bg_color = "#dc322f"
[keybindings]
switch_to_tab_1 = <Primary>1
switch_to_tab_2 = <Primary>2
switch_to_tab_3 = <Primary>3
switch_to_tab_4 = <Primary>4
[layouts]
[[default]]
[[[child0]]]
fullscreen = False
last_active_window = True
maximised = False
order = 0
parent = ""
position = 0:53
size = 1920, 1027
title = /mnt/c/Users/umut — fish
type = Window
[[[child1]]]
active_page = 1
labels = local_mobi, fs_120, fs_185, mobikob_116
last_active_term = de800833-bfce-4a5e-981b-b7e94ec9c5a9, e4836280-0db6-4f45-a68b-8cee4bbe3c94, 3e5f2fef-699c-4bb9-8327-40373dda909d, df84e9a1-ff9a-4d6d-92d1-320756fc28cf
order = 0
parent = child0
type = Notebook
[[[terminal2]]]
order = 0
parent = child1
profile = gruvbox dark
type = Terminal
uuid = de800833-bfce-4a5e-981b-b7e94ec9c5a9
[[[terminal3]]]
command = "ssh -t [email protected] 'tmux attach'"
order = 1
parent = child1
profile = gruvbox dark
type = Terminal
uuid = e4836280-0db6-4f45-a68b-8cee4bbe3c94
[[[terminal4]]]
command = "ssh -t [email protected] 'tmux attach'"
order = 2
parent = child1
profile = gruvbox dark
type = Terminal
uuid = 3e5f2fef-699c-4bb9-8327-40373dda909d
[[[terminal5]]]
command = "ssh -t [email protected] 'tmux attach'"
order = 3
parent = child1
profile = gruvbox dark
type = Terminal
uuid = df84e9a1-ff9a-4d6d-92d1-320756fc28cf
[[default2]]
[[[child1]]]
parent = window0
profile = gruvbox dark
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
allow_bold = False
background_color = "#002b36"
copy_on_selection = True
cursor_color = "#93a1a1"
foreground_color = "#93a1a1"
palette = "#002b36:#dc322f:#859900:#b58900:#268bd2:#6c71c4:#2aa198:#93a1a1:#657b83:#dc322f:#859900:#b58900:#268bd2:#6c71c4:#2aa198:#fdf6e3"
[[gruvbox dark]]
allow_bold = False
background_color = "#1e1e1e"
copy_on_selection = True
cursor_color = "#bbbbbb"
foreground_color = "#e6d4a3"
palette = "#161819:#f73028:#aab01e:#f7b125:#719586:#c77089:#7db669:#faefbb:#7f7061:#be0f17:#868715:#cc881a:#377375:#a04b73:#578e57:#e6d4a3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment