vault backup: 2025-07-29 10:16:48

Affected files:
22.01. 軟體工具、設定/Windows Terminal.md
This commit is contained in:
2025-07-29 10:16:48 +08:00
parent c5192d3ee6
commit b7f6baf306

View File

@@ -225,7 +225,217 @@ unset THEME
}
```
## Settings.json of
## Settings.json of MSIVECTOR16
```json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
},
{
"command":
{
"action": "splitPane",
"split": "down"
},
"id": "User.splitPane.D5151347"
},
{
"command":
{
"action": "prevTab"
},
"id": "User.prevTab.0"
},
{
"command":
{
"action": "splitPane",
"split": "right"
},
"id": "User.splitPane.864CD510"
},
{
"command": "paste",
"id": "User.paste"
},
{
"command":
{
"action": "newTab"
},
"id": "User.newTab.5DEADB41"
},
{
"command": "toggleFullscreen",
"id": "User.toggleFullscreen"
},
{
"command": "find",
"id": "User.find"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"id": "User.splitPane.A6751878"
},
{
"command": "closePane",
"id": "User.closePane"
},
{
"command":
{
"action": "nextTab"
},
"id": "User.nextTab.0"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"initialCols": 160,
"initialPosition": "50,420",
"initialRows": 30,
"keybindings":
[
{
"id": "User.newTab.5DEADB41",
"keys": "ctrl+t"
},
{
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.prevTab.0",
"keys": "ctrl+pgup"
},
{
"id": "User.splitPane.D5151347",
"keys": "ctrl+shift+\\"
},
{
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
},
{
"id": "User.splitPane.864CD510",
"keys": "ctrl+\\"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
},
{
"id": "User.toggleFullscreen",
"keys": "alt+x"
},
{
"id": "User.closePane",
"keys": "ctrl+w"
},
{
"id": "User.nextTab.0",
"keys": "ctrl+pgdn"
}
],
"newTabMenu":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults": {},
"list":
[
{
"colorScheme": "Dark+",
"commandline": "\"C:\\Program Files\\PowerShell\\7\\pwsh.exe\" -NoLogo",
"font":
{
"face": "FiraCode Nerd Font"
},
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"colorScheme": "One Half Dark",
"commandline": "\"C:\\Program Files\\PowerShell\\7\\pwsh.exe\" -NoLogo",
"elevate": true,
"font":
{
"face": "FiraCode Nerd Font Mono"
},
"guid": "{41dd7a51-f0e1-4420-a2ec-1a7130b7e950}",
"hidden": false,
"icon": "%userprofile%/OneDrive/\u5716\u7247/icon/console_red.png",
"name": "Windows PowerShell(Administrator)"
},
{
"colorScheme": "Campbell",
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono",
"size": 11
},
"guid": "{00000000-0000-0000-ba54-000000000002}",
"historySize": 32767,
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "Bash",
"startingDirectory": "%SYNODRIVE_PATH%/codes"
},
{
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"hidden": false,
"name": "PowerShell",
"source": "Windows.Terminal.PowershellCore"
},
{
"guid": "{09c82543-7f96-5d6d-8c03-d00abe359a3a}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{f048bdac-774a-59ae-ab49-4791c9155743}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
}
]
},
"schemes": [],
"tabWidthMode": "titleLength",
"themes": [],
"useAcrylicInTabRow": true
}
```
## oh-my-posh on bash
以下步驟都是在 [Windows Terminal](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701) 中的 Git bash[^1] 執行。