Last active
June 1, 2020 12:37
-
-
Save XavierGeerinck/01382e94725f3a8f5536baab989ddcb0 to your computer and use it in GitHub Desktop.
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 0.11.1333.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": | |
{ | |
// Put settings here that you want to apply to all profiles. | |
"fontFace": "Cascadia Code", | |
"fontSize": 12 | |
}, | |
"list": | |
[ | |
{ | |
// Make changes here to the powershell.exe profile. | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"hidden": false | |
}, | |
{ | |
// Make changes here to the cmd.exe profile. | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell ⚡", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell ☁", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{78e390db-1bff-4533-9d7c-20f53d8bafa1}", | |
"hidden": false, | |
"name": "WSL 🐳", | |
"source": "wsl.exe" | |
}, | |
{ | |
"guid": "{8912e02d-9af9-456c-b396-8112ce938dbc}", | |
"hidden": false, | |
"name": "Anaconda 🐍", | |
"tabTitle": "Anaconda 3 🐍", | |
"commandline": "%ProgramFiles%\\PowerShell\\7\\pwsh.exe -ExecutionPolicy ByPass -NoExit -Command \"& 'C:\\Users\\thebi\\anaconda3\\shell\\condabin\\conda-hook.ps1' ; conda activate 'C:\\Users\\thebi\\anaconda3'\"; echo '###################################################\n# Anaconda Environment\n###################################################\n# Environment Commands:\n# - Create: conda create -n <env_name>\n# - List: conda env list\n# - Activate: conda activate <env_name>\n# - Deactivate: conda deactivate\n###################################################\n'", | |
"colorScheme": "Dracula" | |
} | |
// { | |
// // Connects to a remote machine using PowerShell 7 | |
// "guid": "{d5f95abc-9fef-41e2-b3c5-6400ce8324b5}", | |
// "name": "PS7 Thomas AzureVM", | |
// "tabTitle": "PS7 Thomas Maurer AzureVM 💻", | |
// "commandline": "pwsh.exe -NoProfile -NoExit -Command Enter-PSSession -ComputerName azurevmps.westeurope.cloudapp.azure.com -credential thomas", | |
// "icon": "C:/Users/thoma/Downloads/AzureVMIcon32.png" | |
// } | |
] | |
}, | |
// Add custom color schemes to this array. | |
// To learn more about color schemes, visit https://aka.ms/terminal-color-schemes | |
"schemes": [ | |
{ | |
// Color Scheme: VibrantInk | |
"name" : "VibrantInk", | |
"background" : "#000000", | |
"black" : "#878787", | |
"blue" : "#44B4CC", | |
"brightBlack" : "#555555", | |
"brightBlue" : "#0000FF", | |
"brightCyan" : "#00FFFF", | |
"brightGreen" : "#00FF00", | |
"brightPurple" : "#FF00FF", | |
"brightRed" : "#FF0000", | |
"brightWhite" : "#E5E5E5", | |
"brightYellow" : "#FFFF00", | |
"cyan" : "#44B4CC", | |
"foreground" : "#FFFFFF", | |
"green" : "#CCFF04", | |
"purple" : "#9933CC", | |
"red" : "#FF6600", | |
"white" : "#F5F5F5", | |
"yellow" : "#FFCC00" | |
}, | |
{ | |
// Color Scheme: Ubuntu | |
"name": "Ubuntu", | |
"background": "#2C001E", | |
"black": "#EEEEEC", | |
"blue": "#268BD2", | |
"brightBlack": "#002B36", | |
"brightBlue": "#839496", | |
"brightCyan": "#93A1A1", | |
"brightGreen": "#586E75", | |
"brightPurple": "#6C71C4", | |
"brightRed": "#CB4B16", | |
"brightWhite": "#FDF6E3", | |
"brightYellow": "#657B83", | |
"cyan": "#2AA198", | |
"foreground": "#EEEEEC", | |
"green": "#729FCF", | |
"purple": "#D33682", | |
"red": "#16C60C", | |
"white": "#EEE8D5", | |
"yellow": "#B58900" | |
}, | |
{ | |
// Color Scheme: UbuntuLegit | |
"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" | |
}, | |
{ | |
// Color Scheme: Dracula | |
"name" : "Dracula", | |
"background" : "#282A36", | |
"black" : "#21222C", | |
"blue" : "#BD93F9", | |
"brightBlack" : "#6272A4", | |
"brightBlue" : "#D6ACFF", | |
"brightCyan" : "#A4FFFF", | |
"brightGreen" : "#69FF94", | |
"brightPurple" : "#FF92DF", | |
"brightRed" : "#FF6E6E", | |
"brightWhite" : "#FFFFFF", | |
"brightYellow" : "#FFFFA5", | |
"cyan" : "#8BE9FD", | |
"foreground" : "#F8F8F2", | |
"green" : "#50FA7B", | |
"purple" : "#FF79C6", | |
"red" : "#FF5555", | |
"white" : "#F8F8F2", | |
"yellow" : "#F1FA8C" | |
}, | |
{ | |
// Color Scheme: VibrantInk Light by Tom | |
"name" : "VibrantInkLight", | |
"background" : "#ffffff", | |
"black" : "#878787", | |
"blue" : "#44B4CC", | |
"brightBlack" : "#555555", | |
"brightBlue" : "#0000FF", | |
"brightCyan" : "#00FFFF", | |
"brightGreen" : "#FF6600", | |
"brightPurple" : "#FF00FF", | |
"brightRed" : "#FF0000", | |
"brightWhite" : "#E5E5E5", | |
"brightYellow" : "#0000FF", | |
"cyan" : "#FF6600", | |
"foreground" : "#000000", | |
"green" : "#CCFF04", | |
"purple" : "#9933CC", | |
"red" : "#FF6600", | |
"white" : "#F5F5F5", | |
"yellow" : "#FFCC00" | |
}, | |
{ | |
"name": "OneDark", | |
"black": "#1e2127", | |
"red": "#e06c75", | |
"green": "#98c379", | |
"yellow": "#d19a66", | |
"blue": "#61afef", | |
"purple": "#c678dd", | |
"cyan": "#56b6c2", | |
"white": "#abb2bf", | |
"brightBlack": "#5c6370", | |
"brightRed": "#e06c75", | |
"brightGreen": "#98c379", | |
"brightYellow": "#d19a66", | |
"brightBlue": "#61afef", | |
"brightPurple": "#c678dd", | |
"brightCyan": "#56b6c2", | |
"brightWhite": "#ffffff", | |
"background": "#1e2127", | |
"foreground": "#abb2bf", | |
"cursorColor": "#aaaaaa" | |
}, | |
{ | |
"name": "OneLight", | |
"black": "#000000", | |
"red": "#de3e35", | |
"green": "#3f953a", | |
"yellow": "#d2b67c", | |
"blue": "#2f5af3", | |
"purple": "#950095", | |
"cyan": "#3f953a", | |
"white": "#bbbbbb", | |
"brightBlack": "#000000", | |
"brightRed": "#de3e35", | |
"brightGreen": "#3f953a", | |
"brightYellow": "#44B4CC", | |
"brightBlue": "#2f5af3", | |
"brightPurple": "#a00095", | |
"brightCyan": "#3f953a", | |
"brightWhite": "#aaaaaa", | |
"background": "#f9f9f9", | |
"foreground": "#2a2c33", | |
"cursorColor": "#aaaaaa" | |
} | |
], | |
// 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" }, | |
// Main Info: https://aka.ms/terminal-panes | |
// Key Bindings: | |
// * CTRL + SHIFT + T = New Pane | |
// * CTRL + SHIFT + W = Close Pane | |
// * ALT + <NUM_KEY> = Switch Pane | |
{ "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "ctrl+shift+t" }, | |
// Open New Tab | |
{"command":"newTab", "keys": "ctrl+t"}, | |
{"command":"closeTab", "keys": "ctrl+w"} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment