Skip to content

Instantly share code, notes, and snippets.

@OwainWilliams
Created December 2, 2020 17:16
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 OwainWilliams/35c216f6fd5e7dd2f7ae772c714fe229 to your computer and use it in GitHub Desktop.
Save OwainWilliams/35c216f6fd5e7dd2f7ae772c714fe229 to your computer and use it in GitHub Desktop.
Windows Terminal Settings
"profiles":
{
"defaults": {
"fontFace": "Cascadia Code PL",
"Set-Theme": "Paradox",
"useAcrylic": true,
"acrylicOpacity": 0.5
},
"list":
[
{
// Make changes here to the powershell.exe profile.
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"startingDirectory": ".",
"hidden": false,
"useAcrylic": true,
"acrylicOpacity": 0.5
},
{
// Make changes here to the cmd.exe profile.
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "Command Prompt",
"commandline": "cmd.exe",
"startingDirectory": ".",
"hidden": false,
"useAcrylic": true,
"acrylicOpacity": 0.5
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"startingDirectory": ".",
"source": "Windows.Terminal.Azure"
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment