Skip to content

Instantly share code, notes, and snippets.

@Ellestad1995
Last active October 24, 2019 19:24
Show Gist options
  • Save Ellestad1995/cd67044f22a86c0fa47355c97ded9c6d to your computer and use it in GitHub Desktop.
Save Ellestad1995/cd67044f22a86c0fa47355c97ded9c6d to your computer and use it in GitHub Desktop.
Microsoft Windows Terminal profiles
{
"guid" : "{90cbdc15-f4fe-49d2-a245-ec066b70845f}",
"acrylicOpacity" : 0.7,
"closeOnExit" : true,
"colorScheme": "One Half Dark",
"commandline" : "C:\\Program Files (x86)\\PowerShell\\7-preview\\pwsh.exe",
"backgroundImage" : "D:\\Pictures\\pwsh_avatar2-removebg.png", \\ https://imgur.com/a/HQCl3SI
"backgroundImageAlignment" : "bottomRight",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.3,
"padding": "8, 8, 4, 4",
"fontFace" : "Cascadia Code",
"fontSize" : 13,
"historySize" : 9001,
"icon" : "C:\\Program Files (x86)\\PowerShell\\7-preview\\assets\\Powershell_av_colors.ico",
"name" : "PowerShell 7 preview",
"snapOnInput" : true,
"startingDirectory" : "%USERPROFILE%",
"useAcrylic" : true
}
// 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}",
"profiles":
[
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
// 2S profile for powershell
"guid": "{9d3d9fc8-8da8-4bcf-8173-89f14faff524}",
"name": "2S PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"background": "#41738c",
"backgroundImage": "C:/Users/jellestad/Pictures/Sopra Steria_logo_white.png",
"backgroundImageAlignment": "center",
"backgroundImageStretchMode": "uniform",
"backgroundImageOpacity": 0.2,
"colorScheme": "One Half Dark",
"padding": "8, 8, 8, 8",
"useAcrylic": true
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false
},
{
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"hidden": false,
"name": "Debian",
"source": "Windows.Terminal.Wsl",
"useAcrylic": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
}
],
// Add custom color schemes to this array
"schemes": [],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment