Skip to content

Instantly share code, notes, and snippets.

@oryon-dominik
Last active September 29, 2022 11:42
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 oryon-dominik/a177a447d4d90a13bd7d3c3b4e23c0fd to your computer and use it in GitHub Desktop.
Save oryon-dominik/a177a447d4d90a13bd7d3c3b4e23c0fd to your computer and use it in GitHub Desktop.
Windows Terminal Settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command":
{
"action": "splitPane",
"split": "right"
},
"keys": "alt+shift+numpad_plus"
},
{
"command":
{
"action": "newTab"
},
"keys": "ctrl+t"
},
{
"command": "paste",
"keys": "ctrl+v"
},
{
"command":
{
"action": "moveFocus",
"direction": "up"
},
"keys": "alt+up"
},
{
"command":
{
"action": "adjustFontSize",
"delta": -1
},
"keys": "ctrl+numpad_minus"
},
{
"command": "find",
"keys": "ctrl+shift+f"
},
{
"command": "find",
"keys": "ctrl+f"
},
{
"command":
{
"action": "splitPane",
"split": "down"
},
"keys": "alt+shift+numpad_minus"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": "alt+shift+d"
},
{
"command":
{
"action": "adjustFontSize",
"delta": 1
},
"keys": "ctrl+numpad_plus"
},
{
"command":
{
"action": "resizePane",
"direction": "right"
},
"keys": "alt+shift+right"
},
{
"command":
{
"action": "closeTab"
},
"keys": "ctrl+w"
},
{
"command": "closePane",
"keys": "ctrl+shift+w"
},
{
"command":
{
"action": "moveFocus",
"direction": "down"
},
"keys": "alt+down"
},
{
"command":
{
"action": "moveFocus",
"direction": "right"
},
"keys": "alt+right"
},
{
"command":
{
"action": "moveFocus",
"direction": "left"
},
"keys": "alt+left"
},
{
"command":
{
"action": "resizePane",
"direction": "left"
},
"keys": "alt+shift+left"
},
{
"command":
{
"action": "resizePane",
"direction": "down"
},
"keys": "alt+shift+down"
},
{
"command":
{
"action": "resizePane",
"direction": "up"
},
"keys": "alt+shift+up"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{16759f65-0c93-48ac-bfde-564e0be2f315}",
"profiles":
{
"defaults":
{
"colorScheme": "Dracula"
},
"list":
[
{
"backgroundImage": "C:/Users/oryon/.dotfiles/shared/files/images/console/console.png",
"backgroundImageOpacity": 0.17999999999999999,
"backgroundImageStretchMode": "uniformToFill",
"closeOnExit": "graceful",
"commandline": "pwsh.exe",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"experimental.retroTerminalEffect": false,
"font":
{
"face": "Cascadia Mono",
"size": 12
},
"guid": "{16759f65-0c93-48ac-bfde-564e0be2f315}",
"hidden": false,
"historySize": 9001,
"icon": "C:/Users/oryon/.dotfiles/shared/files/icons/cyberise_black.ico",
"name": "PowerShell",
"padding": "10, 10, 10, 10",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%"
},
{
"commandline": "pwsh.exe -command Start-Process -Verb RunAs \"shell:appsFolder\\Microsoft.WindowsTerminal_8wekyb3d8bbwe!App\"",
"guid": "{9bec7dc9-82f6-577f-b371-d8b35ca9582e}",
"hidden": false,
"icon": "C:/Users/oryon/.dotfiles/shared/files/icons/cyberise_red.ico",
"name": "Powershell (elevated)"
},
{
"backgroundImage": "C:/Users/oryon/.dotfiles/shared/files/images/console/console.png",
"backgroundImageOpacity": 0.17999999999999999,
"backgroundImageStretchMode": "uniformToFill",
"closeOnExit": "graceful",
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}",
"hidden": false,
"icon": "C:/Users/oryon/.dotfiles/shared/files/icons/ubuntu.ico",
"name": "WSL - Ubuntu-20.04",
"snapOnInput": true,
"source": "Windows.Terminal.Wsl"
},
{
"commandline": "pwsh.exe -command ssh cyberise",
"guid": "{00de103f-64fe-5985-a893-6ab8566514a1}",
"hidden": false,
"icon": "C:/Users/oryon/.dotfiles/shared/files/icons/cyberise_rainbow.ico",
"name": "Cyberise Server"
},
{
"commandline": "pwsh.exe -command ssh phobos",
"guid": "{e48e6ad7-d75c-5d9b-b4eb-f6a6d35e7ced}",
"hidden": false,
"icon": "C:/Users/oryon/.dotfiles/shared/files/icons/cyberise_rainbow.ico",
"name": "Phobos Server"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": true,
"name": "Cmd"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": true,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": true,
"name": "Windows PowerShell"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{c397f356-5e7b-55bc-956b-8cb4b9762c26}",
"hidden": false,
"name": "NixOS",
"source": "Windows.Terminal.Wsl"
},
]
},
"schemes":
[
{
"background": "#272935",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cursorColor": "#FFFFFF",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"name": "Dracula",
"purple": "#FF79C6",
"red": "#FF5555",
"selectionBackground": "#FFFFFF",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
}
],
"startOnUserLogin": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment