Skip to content

Instantly share code, notes, and snippets.

@dashaw92
Last active December 8, 2020 06:42
Show Gist options
  • Save dashaw92/8e9023da4bf69e1ea58e74303513a5f7 to your computer and use it in GitHub Desktop.
Save dashaw92/8e9023da4bf69e1ea58e74303513a5f7 to your computer and use it in GitHub Desktop.
My Windows Terminal profile
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs" : true,
"defaultProfile" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"initialCols" : 120,
"initialRows" : 35,
"initialPosition" : "450, 250",
"tabWidthMode": "titleLength",
"keybindings" :
[
{ "command" : "closeTab", "keys" : [ "ctrl+shift+w" ] },
{ "command" : "newTab", "keys" : [ "ctrl+t" ] },
{ "command" : "openNewTabDropdown", "keys" : [ "ctrl+shift+~" ] },
{ "command" : "nextTab", "keys" : [ "ctrl+tab" ] },
{ "command" : "openSettings", "keys" : [ "ctrl+," ] },
{ "command" : "prevTab", "keys" : [ "ctrl+shift+tab" ] },
{ "command" : "scrollDown", "keys" : [ "ctrl+shift+down" ] },
{ "command" : "scrollDownPage", "keys" : [ "ctrl+shift+pgdn" ] },
{ "command" : "scrollUp", "keys" : [ "ctrl+shift+up" ] },
{ "command" : "scrollUpPage", "keys" : [ "ctrl+shift+pgup" ] },
{ "command" : "splitHorizontal", "keys": [ "alt+shift+-" ] },
{ "command" : "splitVertical", "keys": [ "alt+shift+plus" ] },
{ "command" : { "action": "moveFocus", "direction": "down" }, "keys": [ "alt+down" ] },
{ "command" : { "action": "moveFocus", "direction": "left" }, "keys": [ "alt+left" ] },
{ "command" : { "action": "moveFocus", "direction": "right" }, "keys": [ "alt+right" ] },
{ "command" : { "action": "moveFocus", "direction": "up" }, "keys": [ "alt+up" ] },
{ "command" : { "action": "resizePane", "direction": "down" }, "keys": [ "alt+shift+down" ] },
{ "command" : { "action": "resizePane", "direction": "left" }, "keys": [ "alt+shift+left" ] },
{ "command" : { "action": "resizePane", "direction": "right" }, "keys": [ "alt+shift+right" ] },
{ "command" : { "action": "resizePane", "direction": "up" }, "keys": [ "alt+shift+up" ] },
{ "command" : "commandPalette", "keys": [ "ctrl+shift+p" ] }
],
"requestedTheme" : "system",
"showTabsInTitlebar" : true,
"showTerminalTitleInTitlebar" : true,
"wordDelimiters" : " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
"profiles" :
{
"defaults": {
"fontFace": "Cascadia Code",
"colorScheme": "google",
"useAcrylic" : true,
"acrylicOpacity" : 0.85,
"fontSize" : 9,
"closeOnExit" : true,
"cursorShape" : "filledBox",
"cursorColor" : "#fff",
"padding" : "20, 20, 20, 20",
"historySize" : 9001,
"snapOnInput" : true
},
"list": [
{
"name" : "PowerShell Core",
"startingDirectory" : "D:\\",
"commandline" : "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"guid" : "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"icon" : "ms-appx:///ProfileIcons/{574e775e-4f2a-5b96-ac1e-a2962a402336}.png",
"tabTitle": "PowerShell"
},
{
"name": "WSL Ubuntu",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"source": "Windows.Terminal.Wsl",
"tabTitle": "WSL",
"startingDirectory": "\\\\wsl$\\Ubuntu\\home\\daniel"
},
// {
// "name" : "jshell",
// "guid": "{2c4de342-38b7-51cf-b940-2309a097f519}",
// "commandline" : "C:\\Program Files\\AdoptOpenJDK\\jdk-13.0.1.9-hotspot\\bin\\jshell.exe",
// "tabTitle": "Java Shell"
// },
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure",
"hidden": true
},
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"hidden": true
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"hidden": true
},
{
"guid": "{a3a2e83a-884a-5379-baa8-16f193a13b21}",
"hidden": false,
"name": "PowerShell 7 Preview",
"source": "Windows.Terminal.PowershellCore"
}
]
},
"schemes" :
[
{
"name" : "google",
"background" : "#1D1F21",
"black" : "#1D1F21",
"blue" : "#3971ED",
"brightBlack" : "#969896",
"brightBlue" : "#3971ED",
"brightCyan" : "#3971ED",
"brightGreen" : "#198844",
"brightPurple" : "#A36AC7",
"brightRed" : "#CC342B",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FBA922",
"cyan" : "#3971ED",
"foreground" : "#C5C8C6",
"green" : "#198844",
"purple" : "#A36AC7",
"red" : "#CC342B",
"white" : "#C5C8C6",
"yellow" : "#FBA922"
},
{
"name" : "advent",
"background" : "#0f0f23",
"black" : "#1D1F21",
"blue" : "#0066ff",
"brightBlack" : "#969896",
"brightBlue" : "#0066ff",
"brightCyan" : "#0066ff",
"brightGreen" : "#00cc00",
"brightPurple" : "#990099",
"brightRed" : "#ff0000",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#ff9900",
"cyan" : "#0066ff",
"foreground" : "#C5C8C6",
"green" : "#00cc00",
"purple" : "#990099",
"red" : "#ff0000",
"white" : "#cccccc",
"yellow" : "#ff9900"
},
{
"name": "Man Page",
"black": "#000000",
"red": "#cc0000",
"green": "#00a600",
"yellow": "#999900",
"blue": "#0000b2",
"purple": "#b200b2",
"cyan": "#00a6b2",
"white": "#cccccc",
"brightBlack": "#666666",
"brightRed": "#e50000",
"brightGreen": "#00d900",
"brightYellow": "#e5e500",
"brightBlue": "#0000ff",
"brightPurple": "#e500e5",
"brightCyan": "#00e5e5",
"brightWhite": "#e5e5e5",
"background": "#fef49c",
"foreground": "#000000"
},
{
"name": "Novel",
"black": "#000000",
"red": "#cc0000",
"green": "#009600",
"yellow": "#d06b00",
"blue": "#0000cc",
"purple": "#cc00cc",
"cyan": "#0087cc",
"white": "#cccccc",
"brightBlack": "#808080",
"brightRed": "#cc0000",
"brightGreen": "#009600",
"brightYellow": "#d06b00",
"brightBlue": "#0000cc",
"brightPurple": "#cc00cc",
"brightCyan": "#0087cc",
"brightWhite": "#ffffff",
"background": "#dfdbc3",
"foreground": "#3b2322"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment