Last active
November 8, 2022 02:21
-
-
Save twinkfrag/14c2708b53a1645558dd598f62360393 to your computer and use it in GitHub Desktop.
locates in %LocalAppData%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState\settings.json
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
{ | |
"$help": "https://aka.ms/terminal-documentation", | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"actions": | |
[ | |
{ | |
"command": | |
{ | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" | |
}, | |
{ | |
"command": "paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"command": "find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"command": | |
{ | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"keys": "alt+shift+d" | |
}, | |
{ | |
"command": | |
{ | |
"action": "newTab" | |
} | |
} | |
], | |
"copyFormatting": "none", | |
"copyOnSelect": false, | |
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"profiles": | |
{ | |
"defaults": | |
{ | |
"bellStyle": | |
[ | |
"window", | |
"taskbar" | |
], | |
"font": | |
{ | |
"face": "Firge35 Console" | |
}, | |
"opacity": 75, | |
"useAcrylic": true | |
}, | |
"list": | |
[ | |
{ | |
"colorScheme": "Campbell Powershell", | |
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe", | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"hidden": false, | |
"name": "Windows PowerShell" | |
}, | |
{ | |
"commandline": "%SystemRoot%\\System32\\cmd.exe", | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"hidden": false, | |
"name": "\u30b3\u30de\u30f3\u30c9 \u30d7\u30ed\u30f3\u30d7\u30c8" | |
}, | |
{ | |
"colorScheme": "Campbell Powershell", | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}", | |
"hidden": true, | |
"name": "Ubuntu", | |
"source": "Windows.Terminal.Wsl" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
}, | |
{ | |
"guid": "{aa4ca91d-28d8-5dd8-a06c-e0449c7dbdcd}", | |
"hidden": false, | |
"name": "Developer Command Prompt for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{4ea9fef2-d8de-5b05-82c9-67c57e3bba93}", | |
"hidden": false, | |
"name": "Developer PowerShell for VS 2022", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{b001725f-d36d-5eae-9d7e-83488a172b80}", | |
"hidden": true, | |
"name": "Developer Command Prompt for VS 2019", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{1cabd896-874a-5675-8606-6b5dce625492}", | |
"hidden": true, | |
"name": "Developer PowerShell for VS 2019", | |
"source": "Windows.Terminal.VisualStudio" | |
}, | |
{ | |
"guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", | |
"hidden": true, | |
"name": "Visual Studio Debug Console", | |
"source": "VSDebugConsole" | |
}, | |
{ | |
"colorScheme": "Tango Dark", | |
"guid": "{2ece5bfe-50ed-5f3a-ab87-5cd4baafed2b}", | |
"hidden": false, | |
"name": "Git Bash", | |
"source": "Git" | |
}, | |
{ | |
"colorScheme": "One Half Dark", | |
"guid": "{51855cb2-8cce-5362-8f54-464b92b32386}", | |
"hidden": false, | |
"name": "Ubuntu", | |
"source": "CanonicalGroupLimited.Ubuntu_79rhkp1fndgsc" | |
}, | |
{ | |
"colorScheme": "Campbell Powershell", | |
"commandline": "\"C:\\Users\\owner\\AppData\\Local\\Microsoft\\WindowsApps\\Microsoft.PowerShell_8wekyb3d8bbwe\\pwsh.exe\"", | |
"elevate": true, | |
"guid": "{9f922db5-de98-48fc-b732-acbf56139ac4}", | |
"hidden": false, | |
"icon": "ms-appx:///ProfileIcons/pwsh.png", | |
"name": "PowerShell [Admin]", | |
"startingDirectory": null | |
} | |
] | |
}, | |
"schemes": | |
[], | |
"theme": "system", | |
"themes": [], | |
"useAcrylicInTabRow": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment