Last active
February 8, 2021 20:22
-
-
Save sansmoraxz/725852152a58a258caf84ad18abeeadb to your computer and use it in GitHub Desktop.
Windows Terminal Executables List
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
Show hidden characters
"list": [ | |
{ | |
// Make changes here to the powershell.exe profile. | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"colorScheme": "UnderTheSea", | |
"tabColor": "#011116", | |
"commandline": "powershell.exe", | |
"hidden": false | |
}, | |
{ | |
// Make changes here to the cmd.exe profile. | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"colorScheme": "Horizon", | |
"commandline": "cmd.exe", | |
"backgroundImage": "desktopWallpaper", | |
"backgroundImageOpacity": 0.02, | |
"tabColor": "#1c1e26", | |
"experimental.retroTerminalEffect": true, | |
"fontFace": "Victor Mono", | |
"fontSize": 15, | |
//"useAcrylic": true, | |
//"acrylicOpacity": 0.95, | |
"hidden": false | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"colorScheme": "lovelace", | |
"tabColor": "#1d1f28", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell (CrossPlatform)", | |
"colorScheme": "MaterialOcean", | |
"tabColor": "#0f111a", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}", | |
"hidden": false, | |
"name": "Ubuntu-20.04", | |
"backgroundImage": "D:/WSL/Ubuntu2004/Assets/SmallTile.scale-200.png", | |
"backgroundImageStretchMode": "none", | |
"backgroundImageAlignment": "bottomRight", | |
"backgroundImageOpacity": 0.03, | |
"useAcrylic": true, | |
"acrylicOpacity": 0.999, | |
"startingDirectory": "//wsl$/Ubuntu-20.04/home/sansmoraxz", | |
"cursorShape": "bar", | |
//"icon": "ms-appx:///ProfileIcons/{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}.png", | |
"icon": "D:/WSL/Ubuntu2004/Assets/Square44x44Logo.altform-unplated_targetsize-32.png", | |
"colorScheme": "Ubuntu", | |
"fontFace": "Ubuntu", | |
"tabColor": "#2e1626", | |
"antialiasingMode": "cleartype", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
// custom PowerShell profile for conda. | |
"colorScheme": "Hipster Green", | |
"guid": "{0352cf0f-2e7a-4aee-801d-7f27f8344c77}", | |
"name": "Anaconda PowerShell", | |
"commandline": "pwsh.exe -ExecutionPolicy ByPass -NoExit -Command \"& '~/Anaconda3/shell/condabin/conda-hook.ps1' ; conda activate '~/Anaconda3'\" ", | |
"icon": "D:/ProgramData/Anaconda3/python.ico", | |
"startingDirectory": "~", | |
"tabTitle": "Anaconda Prompt (PS)", | |
"suppressApplicationTitle": true, | |
"tabColor": "#24190d", | |
"hidden": false | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment