Skip to content

Instantly share code, notes, and snippets.

@richardballard
Last active July 13, 2020 15:21
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 richardballard/55d2e381f4aaae8fe076ddda7d6f35a0 to your computer and use it in GitHub Desktop.
Save richardballard/55d2e381f4aaae8fe076ddda7d6f35a0 to your computer and use it in GitHub Desktop.
Windows Terminal
// This file was initially generated by Windows Terminal 0.11.1121.0
// It should still be usable in newer versions, but newer versions might have additional
// settings, help text, or changes that you will not see unless you clear this file
// and let us generate a new one for you.
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
// You can add more global application settings here.
// To learn more about global settings, visit https://aka.ms/terminal-global-settings
// If enabled, selections are automatically copied to your clipboard.
"copyOnSelect": false,
// If enabled, formatted data is also copied to your clipboard
"copyFormatting": false,
"initialCols": 130,
"initialRows": 40,
"requestedTheme": "dark",
"alwaysShowTabs": true,
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?�",
// A profile specifies a command to execute paired with information about how it should look and feel.
// Each one of them will appear in the 'New Tab' dropdown,
// and can be invoked from the commandline with `wt.exe -p xxx`
// To learn more about profiles, visit https://aka.ms/terminal-profile-settings
"profiles": {
"defaults": {
// Put settings here that you want to apply to all profiles.
"snapOnInput": true,
"closeOnExit": true,
"fontSize": 11,
"historySize": 9001,
"cursorColor": "#FFFFFF",
"cursorShape": "bar"
},
"list": [{
"name": "Powershell Core",
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"acrylicOpacity": 0.95,
"tabTitle": "Powershell Core",
"hidden": false,
"source": "Windows.Terminal.PowershellCore",
"fontFace": "Delugia Nerd Font",
"startingDirectory": "c:\\Projects",
"useAcrylic": true
},
{
"name": "Ubuntu",
"acrylicOpacity": 0.5,
"colorScheme": "UbuntuLegit",
"commandline": "wsl.exe -d Ubuntu",
"fontFace": "Delugia Nerd Font",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png",
"padding": "0, 0, 0, 0",
"useAcrylic": false
},
{
"name": "Raspberry Pi",
"tabTitle": "Raspberry Pi",
"commandline": "ssh pi@raspberry-pi",
"guid": "{ddbffb9c-9f5b-4bde-89b3-1b9408032811}",
"icon": "C:\\Users\\richa\\OneDrive - Richard Ballard\\Tools\\Icons\\RaspberryPi.png",
"acrylicOpacity": 0.95,
"fontFace": "Delugia Nerd Font",
"useAcrylic": true
},
{
"name": "Powershell",
"acrylicOpacity": 0.85,
"background": "#012456",
"colorScheme": "Campbell",
"commandline": "powershell.exe",
"fontFace": "Delugia Nerd Font",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"padding": "0, 0, 0, 0",
"startingDirectory": "c:\\Projects",
"useAcrylic": false
},
{
"name": "cmd",
"acrylicOpacity": 0.85,
"colorScheme": "Solarized Dark",
"commandline": "cmd.exe",
"fontFace": "Delugia Nerd Font",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"icon": "ms-appx:///ProfileIcons/{0caa0dad-35be-5f56-a8ff-afceeeaa6101}.png",
"padding": "0, 0, 0, 0",
"startingDirectory": "%USERPROFILE%",
"useAcrylic": false
},
{
"name": "Azure Cloud Shell",
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"source": "Windows.Terminal.Azure",
"acrylicOpacity": 0.8500000238418579,
"colorScheme": "Solarized Dark",
"commandline": "Azure",
"fontFace": "Consolas",
"icon": "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
"padding": "0, 0, 0, 0",
"startingDirectory": "%USERPROFILE%",
"tabTitle": "Azure",
"useAcrylic": true
}
]
},
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [{
"name": "Campbell",
"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",
"purple": "#881798",
"red": "#C50F1F",
"white": "#CCCCCC",
"yellow": "#C19C00"
},
{
"name": "One Half Dark",
"background": "#282C34",
"black": "#282C34",
"blue": "#61AFEF",
"brightBlack": "#5A6374",
"brightBlue": "#61AFEF",
"brightCyan": "#56B6C2",
"brightGreen": "#98C379",
"brightPurple": "#C678DD",
"brightRed": "#E06C75",
"brightWhite": "#DCDFE4",
"brightYellow": "#E5C07B",
"cyan": "#56B6C2",
"foreground": "#DCDFE4",
"green": "#98C379",
"purple": "#C678DD",
"red": "#E06C75",
"white": "#DCDFE4",
"yellow": "#E5C07B"
},
{
"name": "Solarized Dark",
"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",
"purple": "#D33682",
"red": "#D30102",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"name": "Solarized Light",
"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",
"purple": "#D33682",
"red": "#D30102",
"white": "#EEE8D5",
"yellow": "#B58900"
},
{
"name": "UbuntuLegit",
"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",
"purple": "#75507B",
"red": "#CC0000",
"white": "#D3D7CF",
"yellow": "#C4A000"
}
],
// Add custom keybindings to this array.
// To unbind a key combination from your defaults.json, set the command to "unbound".
// To learn more about keybindings, visit https://aka.ms/terminal-keybindings
"keybindings": [
// Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json.
// These two lines additionally bind them to Ctrl+C and Ctrl+V.
// To learn more about selection, visit https://aka.ms/terminal-selection
{
"command": {
"action": "copy",
"singleLine": false
},
"keys": "ctrl+c"
},
{
"command": "paste",
"keys": "ctrl+v"
},
// Press Ctrl+Shift+F to open the search box
{
"command": "find",
"keys": "ctrl+shift+f"
},
// Press Alt+Shift+D to open a new pane.
// - "split": "auto" makes this pane open in the direction that provides the most surface area.
// - "splitMode": "duplicate" makes the new pane use the focused pane's profile.
// To learn more about panes, visit https://aka.ms/terminal-panes
{
"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