Skip to content

Instantly share code, notes, and snippets.

@AFNordal
AFNordal / terminator.vbs
Created July 13, 2023 15:06
vbs script to open terminator in wsl
args = "-c" & " -l " & """terminator -bm --working-directory=[***WORK DIR***]"""
WScript.CreateObject("Shell.Application").ShellExecute "bash", args, "", "open", 0
@AFNordal
AFNordal / config
Created July 13, 2023 15:03
Synthwave theme for Terminator
[global_config]
title_transmit_bg_color = "#ff9900"
[keybindings]
[profiles]
[[default]]
background_color = "#2a2139"
cursor_color = "#72f1b8"
foreground_color = "#ff7eff"
palette = "#fefefe:#f97e72:#36f9f6:#fede5d:#ee9000:#c792ea:#ffb700:#fefefe:#fefefe:#f88414:#72f1b8:#fff951:#36f9f6:#e1acff:#f92aad:#fefefe"
background_image = None