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

View File

@@ -167,7 +167,6 @@ function py36() {
function py310() {
set_py "3.10" "$@"
}
```
#### 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/)
#### 設定使用者環境變數
- `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
- [[安裝筆記] 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/)