diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index fad3953..45c5559 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -41,7 +41,7 @@ "state": { "type": "markdown", "state": { - "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md", + "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md", "mode": "source", "source": true } @@ -114,7 +114,7 @@ "state": { "type": "backlink", "state": { - "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md", + "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -139,7 +139,7 @@ "state": { "type": "outline", "state": { - "file": "05. 資料收集/Tool Setup/Software/Windows Terminal.md" + "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md" } } }, @@ -192,6 +192,7 @@ }, "active": "a4bd0e4c3fda45c7", "lastOpenFiles": [ + "05. 資料收集/Tool Setup/Software/Windows Terminal.md", "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md", "05. 資料收集/讀書筆記/20230418 - 窮人的經濟學.md", "01. 個人/00. Informations/Datas.md", @@ -218,7 +219,6 @@ "01. 個人/01. Daily/2020/05/2020-05-10(週日).md", "01. 個人/01. Daily/2020/05/2020-05-11(週一).md", "01. 個人/01. Daily/2023-05-03(週三).md", - "00. Inbox/Gitzo 腳架編號規則.md", "attachments/Pasted image 20230504183452.png", "attachments/Pasted image 20230504183439.png", "00. Inbox/想要的鏡頭/變焦", diff --git a/05. 資料收集/Tool Setup/Software/Windows Terminal.md b/05. 資料收集/Tool Setup/Software/Windows Terminal.md index ce10ef5..28d2848 100644 --- a/05. 資料收集/Tool Setup/Software/Windows Terminal.md +++ b/05. 資料收集/Tool Setup/Software/Windows Terminal.md @@ -32,6 +32,14 @@ unset THEME "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ + { + "command": "paste", + "keys": "ctrl+v" + }, + { + "command": "find", + "keys": "ctrl+shift+f" + }, { "command": { @@ -55,14 +63,6 @@ unset THEME }, "keys": "ctrl+shift+e" }, - { - "command": "find", - "keys": "ctrl+shift+f" - }, - { - "command": "paste", - "keys": "ctrl+v" - }, { "command": { @@ -105,11 +105,10 @@ unset THEME ], "copyFormatting": "none", "copyOnSelect": false, - // Start position - "initialCols": 234, - "initialRows": 30, - "initialPosition": "16,950", // x,y "defaultProfile": "{00000000-0000-0000-ba54-000000000002}", + "initialCols": 234, + "initialPosition": "16,950", + "initialRows": 30, "profiles": { "defaults": {}, @@ -155,6 +154,24 @@ unset THEME "icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico", "name": "Bash", "startingDirectory": "C:\\Users\\awinh\\OneDrive\\codes" + }, + { + "guid": "{cb5c3884-260a-5acf-98ef-b546d271b4dd}", + "hidden": false, + "name": "Developer Command Prompt for VS 2022", + "source": "Windows.Terminal.VisualStudio" + }, + { + "guid": "{e6386983-3aa0-5a19-a174-f3c66538b7bd}", + "hidden": false, + "name": "Developer PowerShell for VS 2022", + "source": "Windows.Terminal.VisualStudio" + }, + { + "guid": "{16208362-94fc-5b1f-a491-5b2624d5ab56}", + "hidden": true, + "name": "Visual Studio Debug Console", + "source": "VSDebugConsole" } ] },