vault backup: 2023-04-25 21:47:10

This commit is contained in:
2023-04-25 21:47:10 +08:00
parent 0ad45f80b7
commit 0413dd31fb
2 changed files with 15 additions and 25 deletions

View File

@@ -36,34 +36,19 @@
} }
}, },
{ {
"id": "6f777563cad3c213", "id": "e7746af89c4d4632",
"type": "leaf",
"state": {
"type": "canvas",
"state": {
"file": "00. Inbox/My Mindmap.canvas",
"viewState": {
"x": -623.7978318998054,
"y": -127.11524545680214,
"zoom": -0.49917779743005364
}
}
}
},
{
"id": "de19493850a7f85d",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭.md", "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"mode": "preview", "mode": "source",
"source": true "source": true
} }
} }
} }
], ],
"currentTab": 3 "currentTab": 2
} }
], ],
"direction": "vertical" "direction": "vertical"
@@ -121,7 +106,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭.md", "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -146,7 +131,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "00. Inbox/想要的鏡頭.md" "file": "05. 資料收集/Tool Setup/Software/Windows 11 Setup.md"
} }
} }
}, },
@@ -197,17 +182,17 @@
"periodic-notes:Open today": false "periodic-notes:Open today": false
} }
}, },
"active": "de19493850a7f85d", "active": "e7746af89c4d4632",
"lastOpenFiles": [ "lastOpenFiles": [
"00. Inbox/01. TODO.md",
"00. Inbox/My Mindmap.canvas", "00. Inbox/My Mindmap.canvas",
"00. Inbox/想要的鏡頭.md",
"05. 資料收集/核心肌群訓練.md", "05. 資料收集/核心肌群訓練.md",
"05. 資料收集/仰臥起坐.md", "05. 資料收集/仰臥起坐.md",
"05. 資料收集/Tool Setup/Software/Windows 10 Setup.md", "05. 資料收集/Tool Setup/Software/Windows 10 Setup.md",
"00. Inbox/01. TODO.md",
"04. Programming/Python/tkinter.md", "04. Programming/Python/tkinter.md",
"00. Inbox/Habit Tracker.md", "00. Inbox/Habit Tracker.md",
"04. Programming/Python/matplotlib.md", "04. Programming/Python/matplotlib.md",
"00. Inbox/想要的鏡頭.md",
"01. 個人/01. Daily/2023-04-17(週一).md", "01. 個人/01. Daily/2023-04-17(週一).md",
"attachments/Pasted image 20230418111538.png", "attachments/Pasted image 20230418111538.png",
"attachments/Pasted image 20230418111512.png", "attachments/Pasted image 20230418111512.png",

View File

@@ -167,7 +167,6 @@ function py36() {
function py310() { function py310() {
set_py "3.10" "$@" set_py "3.10" "$@"
} }
``` ```
#### Setup Windows Terminal #### Setup Windows Terminal
@@ -182,6 +181,12 @@ function py310() {
##### 來源 ##### 來源
- [How to open the full right-click menu by default on Windows 11](https://www.xda-developers.com/how-to-open-full-right-click-menu-by-default-windows-11/) - [How to open the full right-click menu by default on Windows 11](https://www.xda-developers.com/how-to-open-full-right-click-menu-by-default-windows-11/)
#### 設定使用者環境變數
- `PYTHON_INCLUDE`: `C:\Python363\include`
- `PYTHON_LIB`: `C:\Python363\libs`
- `RobotRunCommonLib`: `C:\Users\awinh\OneDrive\codes\CommonLib\RobotRunCommonLib`
- `SWIGCmd`: `C:\Users\awinh\OneDrive\PortableApps\swigwin-4.0.2\swig.exe`
#### Setup WSL2 #### Setup WSL2
- [[安裝筆記] Windows 10 安裝 Linux 子系統 (WSL2) | Kenmingの鮮思維](http://www.kenming.idv.tw/note_window10_install_wsl2/) - [[安裝筆記] Windows 10 安裝 Linux 子系統 (WSL2) | Kenmingの鮮思維](http://www.kenming.idv.tw/note_window10_install_wsl2/)
- [[安裝筆記] Windows 10 WSL 2 安裝 Docker Desktop (含更改 Docker Image 路徑) | Kenmingの鮮思維](http://www.kenming.idv.tw/win10_wsl2_install_docker-desktop/) - [[安裝筆記] Windows 10 WSL 2 安裝 Docker Desktop (含更改 Docker Image 路徑) | Kenmingの鮮思維](http://www.kenming.idv.tw/win10_wsl2_install_docker-desktop/)