Skip to content

Instantly share code, notes, and snippets.

@hexandcube
Last active July 31, 2020 20:57
Show Gist options
  • Save hexandcube/f282b65b590c4935807249ffaa757708 to your computer and use it in GitHub Desktop.
Save hexandcube/f282b65b590c4935807249ffaa757708 to your computer and use it in GitHub Desktop.
Hexandcube's Windows Terminal Configuration
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"copyOnSelect": false,
"copyFormatting": false,
"profiles": {
"defaults": {
"colorScheme": "Lab Fox",
"fontFace": "Cascadia Code",
"fontWeight": "normal",
"fontSize": 13,
"antialiasingMode": "cleartype",
"cursorShape": "filledBox",
"useAcrylic": true,
"acrylicOpacity": 0.8
},
"list": [{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"hidden": false,
"name": "Ubuntu",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{16CDF022-9E49-49ba-8E22-B2C3960BA90F}",
"name": "SSH to Hexandcube-server",
"icon": "C:\\Windows\\icons\\hexandcube.png",
"commandline": "ssh hexandcube@192.168.0.10",
"hidden": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [{
"name": "Lab Fox",
"black": "#2e2e2e",
"red": "#fc6d26",
"green": "#3eb383",
"yellow": "#fca121",
"blue": "#db3b21",
"purple": "#380d75",
"cyan": "#6e49cb",
"white": "#ffffff",
"brightBlack": "#464646",
"brightRed": "#ff6517",
"brightGreen": "#53eaa8",
"brightYellow": "#fca013",
"brightBlue": "#db501f",
"brightPurple": "#441090",
"brightCyan": "#7d53e7",
"brightWhite": "#ffffff",
"background": "#2e2e2e",
"foreground": "#ffffff"
}],
"keybindings": [
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment