Last active
May 30, 2021 10:14
-
-
Save devbyaccident/15351c9365418fd93391063682165f4d to your computer and use it in GitHub Desktop.
My Windows Terminal Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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": "{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, | |
// 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": | |
{ | |
"fontFace": "Cascadia Code PL", | |
"backgroundImageStretchMode": "none", | |
"backgroundImageAlignment": "bottomRight", | |
"backgroundImageOpacity": 0.75 | |
}, | |
"list": | |
[ | |
{ | |
// Make changes here to the powershell.exe profile. | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\powershell.png", | |
"commandline": "powershell.exe", | |
"hidden": false | |
}, | |
{ | |
// Make changes here to the cmd.exe profile. | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\cmd.png", | |
"experimental.retroTerminalEffect": true, | |
"colorScheme": "Homebrew", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\pwsh.png", | |
"colorScheme": "Campbell Powershell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell ☁", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\azure.png", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"hidden": false, | |
"name": "Ubuntu-20.04", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\ubuntu.png", | |
"colorScheme": "Ubuntu", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{0cd3ffa6-df28-5801-92e3-7778802cafe8}", | |
"hidden": true, | |
"name": "Pengwin Enterprise", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\pengwin.png", | |
"colorScheme": "cyberpunk", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{9e2c83e0-6633-5592-b186-edf70f09dec6}", | |
"hidden": false, | |
"name": "Ubuntu_Demo", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{f74c374e-d9ce-4f53-b3f1-072e020f08a5}", | |
"name": "Python REPL", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\python.png", | |
"commandline": "python", | |
"hidden": false | |
}, | |
{ | |
"guid": "{98a15d46-813c-4d1e-badd-5a22798e73c1}", | |
"name": "Test EC2 Instance", | |
"backgroundImage": "%USERPROFILE%\\Pictures\\icons\\vm.jpg", | |
"commandline": "ssh -i %USERPROFILE%\\demos.pem ec2-user@34.229.72.111", | |
"hidden": false | |
} | |
] | |
}, | |
// Add custom color schemes to this array. | |
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes | |
"schemes": [ | |
{ | |
"name": "Homebrew", | |
"black": "#000000", | |
"red": "#990000", | |
"green": "#00a600", | |
"yellow": "#999900", | |
"blue": "#0000b2", | |
"purple": "#b200b2", | |
"cyan": "#00a6b2", | |
"white": "#bfbfbf", | |
"brightBlack": "#666666", | |
"brightRed": "#e50000", | |
"brightGreen": "#00d900", | |
"brightYellow": "#e5e500", | |
"brightBlue": "#0000ff", | |
"brightPurple": "#e500e5", | |
"brightCyan": "#00e5e5", | |
"brightWhite": "#e5e5e5", | |
"background": "#000000", | |
"foreground": "#00ff00" | |
}, | |
{ | |
"name": "cyberpunk", | |
"black": "#000000", | |
"red": "#ff7092", | |
"green": "#00fbac", | |
"yellow": "#fffa6a", | |
"blue": "#00bfff", | |
"purple": "#df95ff", | |
"cyan": "#86cbfe", | |
"white": "#ffffff", | |
"brightBlack": "#000000", | |
"brightRed": "#ff8aa4", | |
"brightGreen": "#21f6bc", | |
"brightYellow": "#fff787", | |
"brightBlue": "#1bccfd", | |
"brightPurple": "#e6aefe", | |
"brightCyan": "#99d6fc", | |
"brightWhite": "#ffffff", | |
"background": "#332a57", | |
"foreground": "#e5e5e5" | |
}, | |
{ | |
"name" : "Ubuntu", | |
"background" : "#2C001E", | |
"black" : "#4E9A06", | |
"blue" : "#3465A4", | |
"brightBlack" : "#b3b3b3", | |
"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": | |
[ | |
// To learn more about selection, visit https://aka.ms/terminal-selection | |
{ "command": {"action": "copy", "singleLine": false }, "keys": "ctrl+c" }, | |
{ "command": "paste", "keys": "ctrl+v" }, | |
{ "command": "find", "keys": "ctrl+f" }, | |
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+d" }, | |
{ "command": { "action": "closePane" }, "keys": "ctrl+w" }, | |
{ "command": { "action": "newTab" }, "keys": "ctrl+t" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Windows PowerShell" }, "keys": "ctrl+alt+1" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "cmd" }, "keys": "ctrl+alt+2" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "PowerShell" }, "keys": "ctrl+alt+3" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Azure Cloud Shell ☁" }, "keys": "ctrl+alt+4" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Ubuntu-20.04" }, "keys": "ctrl+alt+5" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Ubuntu_Demo" }, "keys": "ctrl+alt+6" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Python REPL" }, "keys": "ctrl+alt+7" }, | |
{ "command": { "action": "splitPane", "split": "auto", "profile": "Test EC2 Instance" }, "keys": "ctrl+alt+8" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment