Skip to content

Instantly share code, notes, and snippets.

@alexchiri
Created October 15, 2020 19:22
Show Gist options
  • Save alexchiri/fb512945b964bc69f4698528e26a9255 to your computer and use it in GitHub Desktop.
Save alexchiri/fb512945b964bc69f4698528e26a9255 to your computer and use it in GitHub Desktop.
Windows Terminal settings
// This file was initially generated by Windows Terminal (Preview) 1.0.1402.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": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
// 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,
// 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.
"acrylicOpacity": 0.85000002384185791,
"closeOnExit": true,
"colorScheme": "Novel",
"cursorColor": "#00FF00",
"cursorHeight": 25,
"cursorShape": "vintage",
"fontFace": "Cascadia Code PL",
"fontSize": 12,
"historySize": 9001,
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": true,
"startingDirectory": "C:\\Users\\alex\\OneDrive\\Projects"
},
"list":
[
{
// Make changes here to the powershell.exe profile.
"colorScheme": "Thanatos Dark",
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
// Make changes here to the cmd.exe profile.
"colorScheme": "BirdsOfParadise",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{7f586916-8357-53d4-bb2b-ca96f639898a}",
"hidden": false,
"name": "WLinux",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{0825c4c6-f84b-4362-a8e2-a212f2edcee2}",
"hidden": false,
"name": "update-basic",
"icon": "C:\\Users\\alex\\OneDrive\\Assets\\WSL\\upgrade-distro-icon.png",
"commandline": "cmd.exe /C az acr login -n alexchiri && cd %userprofile% && python C:\\Users\\alex\\OneDrive\\Projects\\project-dev-palace\\update_wsl.py alexchiri basic basic C:\\WSLs"
},
{
"guid": "{a0b1f73c-bbc5-5199-ac94-340d56928f7e}",
"hidden": false,
"name": "basic",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{dfd214ff-2d30-4ef6-889c-207994d3d2a2}",
"hidden": false,
"name": "update-k8s",
"icon": "C:\\Users\\alex\\OneDrive\\Assets\\WSL\\upgrade-distro-icon.png",
"commandline": "cmd.exe /C az acr login -n alexchiri && cd %userprofile% && python C:\\Users\\alex\\OneDrive\\Projects\\project-dev-palace\\update_wsl.py alexchiri k8s k8s C:\\WSLs"
},
{
"guid": "{e4584e10-8b7b-4466-b95e-f21859faca13}",
"hidden": false,
"name": "update-azure",
"icon": "C:\\Users\\alex\\OneDrive\\Assets\\WSL\\upgrade-distro-icon.png",
"commandline": "cmd.exe /C az acr login -n alexchiri && cd %userprofile% && python C:\\Users\\alex\\OneDrive\\Projects\\project-dev-palace\\update_wsl.py alexchiri azure azure C:\\WSLs"
},
{
"guid": "{8d891a03-343f-5b12-a99d-e3eb3f670f77}",
"hidden": false,
"name": "k8s",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{a912ab0c-6146-5604-b7c5-ab2252340ff6}",
"hidden": false,
"name": "azure",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{8b192325-7a7d-53e3-a6a2-e00d88123905}",
"hidden": false,
"name": "k8s-with-docker",
"source": "Windows.Terminal.Wsl"
},
{
"guid": "{c7e015f3-42b3-5109-af04-431912078aac}",
"hidden": false,
"name": "learn",
"source": "Windows.Terminal.Wsl"
}
]
},
// Add custom color schemes to this array.
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes
"schemes": [
{
"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"
},
{
"name": "Thanatos Dark",
"background": "#1a2b3c",
"foreground": "#e09887",
"selectionBackground": "#fef8ec",
"black": "#65737e",
"blue": "#0e9bd1",
"brightBlack": "#acacac",
"brightBlue": "#7899ba",
"brightCyan": "#0099ad",
"brightGreen": "#0de1b1",
"brightRed": "#d47186",
"brightWhite": "#fef8ec",
"brightYellow": "#d8cb32",
"brightPurple": "#ab43aa",
"purple": "#928ba6",
"cyan": "#008486",
"green": "#0099ad",
"red": "#ce4559",
"white": "#fef8ec",
"yellow": "#d8cb32"
},
{
"name": "Thanatos Light",
"background": "#f6f6f0",
"foreground": "#3f5060",
"selectionBackground": "#0e639c",
"black": "#36475b",
"blue": "#0e9bd1",
"brightBlack": "#65737e",
"brightBlue": "#7899ba",
"brightCyan": "#008a8e",
"brightGreen": "#0de1b1",
"brightRed": "#d47186",
"brightWhite": "#1a2b3c",
"brightYellow": "#eaa221",
"brightPurple": "#ab43aa",
"purple": "#ab43aa",
"cyan": "#008486",
"green": "#008a8e",
"red": "#e19887",
"white": "#7899ba",
"yellow": "#eaa221"
},
{
"name": "BirdsOfParadise",
"black": "#573d26",
"red": "#be2d26",
"green": "#6ba18a",
"yellow": "#e99d2a",
"blue": "#5a86ad",
"purple": "#ac80a6",
"cyan": "#74a6ad",
"white": "#e0dbb7",
"brightBlack": "#9b6c4a",
"brightRed": "#e84627",
"brightGreen": "#95d8ba",
"brightYellow": "#d0d150",
"brightBlue": "#b8d3ed",
"brightPurple": "#d19ecb",
"brightCyan": "#93cfd7",
"brightWhite": "#fff9d5",
"background": "#2a1f1d",
"foreground": "#e0dbb7"
}
],
// 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