Skip to content

Instantly share code, notes, and snippets.

@dinolupo
Last active September 26, 2020 18:05
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 dinolupo/948c4d1ecf95dbcaee20c7eb02ea273b to your computer and use it in GitHub Desktop.
Save dinolupo/948c4d1ecf95dbcaee20c7eb02ea273b to your computer and use it in GitHub Desktop.
Windows Terminal - settings.json
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"alwaysShowTabs": true,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 120,
"initialRows": 30,
"requestedTheme": "dark",
"keybindings": [
{ "command": "closeTab", "keys": ["ctrl+w"] },
{ "command": "newTab", "keys": ["ctrl+t"] },
{ "command": "nextTab", "keys": ["ctrl+tab"]},
{ "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": {
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"keys": ["ctrl+|"]
}
],
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"\u0027-:,.;\u003c\u003e~!@#$%^\u0026*|+=[]{}~?�",
"copyOnSelect": true,
"profiles": {
"defaults": {
"cursorShape": "vintage"
},
"list": [
{ "startingDirectory": ".",
"closeOnExit": false,
"colorScheme": "Tomorrow Night Eighties",
"commandline": "wsl ssh dino@192.168.178.61",
"cursorColor": "#FFFFFF",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"guid": "{2c4de342-38b7-51cf-b940-111122220001}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Hyperv Ubuntu",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"tabTitle": "Hyperv Ubuntu",
"useAcrylic": false
},
{
"startingDirectory": "%USERPROFILE%",
"closeOnExit": false,
"colorScheme": "Tomorrow Night Eighties",
"commandline": "%PROGRAMFILES%\\Git\\bin\\bash.exe",
"cursorColor": "#FFFFFF",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"guid": "{2c4de342-38b7-51cf-b940-111122220000}",
"historySize": 9001,
"icon": "%PROGRAMFILES%\\Git\\mingw64\\share\\git\\git-for-windows.ico",
"name": "Git Bash",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"tabTitle": "GitBash",
"useAcrylic": false
},
{
"acrylicOpacity": 0.95,
"background": "#011134",
"closeOnExit": false,
"colorScheme": "Campbell",
"commandline": "powershell.exe",
"cursorColor": "#FFFFFF",
"fontFace": "Cascadia Code PL",
"fontSize": 13,
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name": "Powershell",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"startingDirectory": "%USERPROFILE%",
"tabTitle": "PowerShell",
"useAcrylic": true
},
{
"startingDirectory": "//wsl$/Ubuntu/home/dino",
"closeOnExit": false,
"colorScheme": "Tomorrow Night Eighties",
"commandline": "wsl.exe -d Ubuntu",
"cursorColor": "#FFFFFF",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"historySize": 9001,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Ubuntu latest",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"tabTitle": "Ubuntu",
"useAcrylic": false
},
{
"startingDirectory": "//wsl$/Ubuntu-18.04/home/dino",
"closeOnExit": false,
"colorScheme": "Tomorrow Night Eighties",
"commandline": "wsl.exe -d Ubuntu-18.04",
"cursorColor": "#FFFFFF",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"guid": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"historySize": 9001,
"hidden": true,
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"name": "Ubuntu 18.04",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"tabTitle": "Ubuntu 18.04",
"useAcrylic": false
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "%SystemRoot%\\System32\\cmd.exe",
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"colorScheme": "Campbell",
"antialiasingMode": "grayscale",
"closeOnExit": "graceful",
"cursorShape": "bar",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"hidden": false,
"historySize": 9001,
"padding": "8, 8, 8, 8",
"snapOnInput": true,
"altGrAliasing": true,
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
]
},
"schemes": [
// https://github.com/mbadolato/iTerm2-Color-Schemes
{
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"brightYellow": "#F9F1A5",
"cyan": "#3A96DD",
"foreground": "#F2F2F2",
"green": "#13A10E",
"name": "Campbell",
"purple": "#881798",
"red": "#C50F1F",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"background": "#073642",
"black": "#073642",
"blue": "#268BD2",
"brightBlack": "#002B36",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cyan": "#2AA198",
"foreground": "#FDF6E3",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#D30102",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#FDF6E3",
"black": "#073642",
"blue": "#268BD2",
"brightBlack": "#002B36",
"brightBlue": "#839496",
"brightCyan": "#93A1A1",
"brightGreen": "#586E75",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#657B83",
"cyan": "#2AA198",
"foreground": "#073642",
"green": "#859900",
"name": "Solarized Light",
"purple": "#D33682",
"red": "#D30102",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"background": "#2C001E",
"black": "#4E9A06",
"blue": "#3465A4",
"brightBlack": "#555753",
"brightBlue": "#729FCF",
"brightCyan": "#34E2E2",
"brightGreen": "#8AE234",
"brightPurple": "#AD7FA8",
"brightRed": "#EF2929",
"brightWhite": "#EEEEEE",
"brightYellow": "#FCE94F",
"cyan": "#06989A",
"foreground": "#EEEEEE",
"green": "#300A24",
"name": "UbuntuLegit",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
},
{
"name": "Tomorrow Night Eighties",
"black": "#000000",
"red": "#f2777a",
"green": "#99cc99",
"yellow": "#ffcc66",
"blue": "#6699cc",
"purple": "#cc99cc",
"cyan": "#66cccc",
"white": "#ffffff",
"brightBlack": "#000000",
"brightRed": "#f2777a",
"brightGreen": "#99cc99",
"brightYellow": "#ffcc66",
"brightBlue": "#6699cc",
"brightPurple": "#cc99cc",
"brightCyan": "#66cccc",
"brightWhite": "#ffffff",
"background": "#101010",
"foreground": "#cccccc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment