Created
October 24, 2019 12:19
-
-
Save tormodfj/6f7d7debebc1785ded7857c1f47a5717 to your computer and use it in GitHub Desktop.
My Windows Terminal settings
This file contains hidden or 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
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"profiles": | |
[ | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell Core", | |
"source": "Windows.Terminal.PowershellCore", | |
"fontFace": "Fira Code", | |
"acrylicOpacity": 0.9, | |
"useAcrylic": true, | |
"background": "#000000", | |
"colorScheme": "One Half Dark" | |
}, | |
{ | |
"fontFace": "Fira Code", | |
"fontSize": 10, | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"hidden": false, | |
"acrylicOpacity": 0.9, | |
"useAcrylic": true, | |
"background": "#000000" | |
}, | |
{ | |
"fontFace": "Fira Code", | |
"fontSize": 10, | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "cmd", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
"fontFace": "Fira Code", | |
"fontSize": 10, | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
], | |
"requestedTheme": "dark", | |
"schemes": [], | |
"keybindings": [] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment