From 738a9842e249357783e97ed947aea8550d86c063 Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Wed, 23 Apr 2025 13:51:10 +0800 Subject: [PATCH] vault backup: 2025-04-23 13:51:10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: 21.02. Windows/Windows 11 重灌.md 22.01. 軟體工具、設定/Windows Terminal.md --- 21.02. Windows/Windows 11 重灌.md | 18 +- 22.01. 軟體工具、設定/Windows Terminal.md | 332 ++++++---------------- 2 files changed, 95 insertions(+), 255 deletions(-) diff --git a/21.02. Windows/Windows 11 重灌.md b/21.02. Windows/Windows 11 重灌.md index c4b3f39..2536fd9 100644 --- a/21.02. Windows/Windows 11 重灌.md +++ b/21.02. Windows/Windows 11 重灌.md @@ -8,11 +8,12 @@ # 安裝工具 ## 安裝 Chocolatey -1. 安裝[Chocolatey](https://chocolatey.org/),用Administrator身份打開powershell,輸入下列指令: +安裝[Chocolatey](https://chocolatey.org/),用Administrator身份打開powershell,輸入下列指令: ``` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) ``` -2. 用安裝常用的工具 + +## 用 Chocolatey 安裝工具 ``` choco install powertoys 7zip vscode hxd sublimetext4 androidstudio intellijidea-community git winmerge freefilesync freedownloadmanager gsudo firacode cascadiacode sourcecodepro delta googlechrome googledrive enpass.install sharex win32diskimager k-litecodecpackmega obsidian anki enpass.install --yes ``` @@ -20,7 +21,6 @@ choco install powertoys 7zip vscode hxd sublimetext4 androidstudio intellijidea- 可以在 [https://community.chocolatey.org/packages](https://community.chocolatey.org/packages) 找到其他工具,再加到清單後面即可。 上面的指令安裝了下列的軟體,可以依自己需求增刪: - - [powertoys](https://community.chocolatey.org/packages/powertoys) - [7zip](https://community.chocolatey.org/packages/7zip) - [vscode](https://community.chocolatey.org/packages/vscode) @@ -53,7 +53,7 @@ choco install powertoys 7zip vscode hxd sublimetext4 androidstudio intellijidea- choco upgrade all -y ``` -## 手動安裝 +# 手動安裝 3. Python 3.6.3 4. Python 3.9 7. Visual Studio 2022 @@ -64,20 +64,22 @@ choco upgrade all -y 13. [卡巴斯基](https://www.kaspersky.com.tw/) 14. 字型 - [Caskaydia](\\diskstation\share\Tools\字型\Caskaydia Cove Nerd Font\) +15. 安裝 [`wget`](https://eternallybored.org/misc/wget/) + 1. [Version 1.21.4](https://eternallybored.org/misc/wget/1.21.4/64/wget.exe) -## `~/.bashrc` +# `~/.bashrc` 1. 打開`~/.bashrc`。 2. 內容如[[bashrc|bashrc]] -## Setup Windows Terminal +# Setup Windows Terminal 1. 開啟Windows Terminal。 2. 按`ctrl + ,`打開設定,之後參考[[Windows Terminal]]。 -## 恢復右鍵選單 +# 恢復右鍵選單 - 以admin身份打開PowerShell,執行 `reg add "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32" /f /ve` - 要恢復Windows 11的右鍵選單則是執行:`reg delete "HKCU\Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}" /f` -## 設定使用者環境變數 +# 設定使用者環境變數 - `PYTHON_INCLUDE`: `C:\Python363\include` - `PYTHON_LIB`: `C:\Python363\libs` - `RobotRunCommonLib`: `C:\SynologyDrive\codes\CommonLib\RobotRunCommonLib` diff --git a/22.01. 軟體工具、設定/Windows Terminal.md b/22.01. 軟體工具、設定/Windows Terminal.md index e8f8297..e996ba9 100644 --- a/22.01. 軟體工具、設定/Windows Terminal.md +++ b/22.01. 軟體工具、設定/Windows Terminal.md @@ -32,36 +32,13 @@ unset THEME "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ - { - "command": - { - "action": "copy", - "singleLine": false - }, - "keys": "ctrl+c" - }, - { - "command": - { - "action": "newTab" - }, - "keys": "ctrl+t" - }, { "command": { "action": "splitPane", "split": "right" }, - "keys": "ctrl+shift+e" - }, - { - "command": "paste", - "keys": "ctrl+v" - }, - { - "command": "toggleFullscreen", - "keys": "alt+x" + "id": "User.splitPane.864CD510" }, { "command": @@ -69,18 +46,23 @@ unset THEME "action": "splitPane", "split": "down" }, - "keys": "ctrl+shift+o" - }, - { - "command": "find", - "keys": "ctrl+shift+f" + "id": "User.splitPane.D5151347" }, { "command": { - "action": "prevTab" + "action": "copy", + "singleLine": false }, - "keys": "ctrl+pgup" + "id": "User.copy.644BA8F2" + }, + { + "command": "find", + "id": "User.find" + }, + { + "command": "toggleFullscreen", + "id": "User.toggleFullscreen" }, { "command": @@ -89,18 +71,36 @@ unset THEME "split": "auto", "splitMode": "duplicate" }, - "keys": "alt+shift+d" + "id": "User.splitPane.A6751878" + }, + { + "command": + { + "action": "newTab" + }, + "id": "User.newTab.5DEADB41" + }, + { + "command": "paste", + "id": "User.paste" + }, + { + "command": + { + "action": "prevTab" + }, + "id": "User.prevTab.0" }, { "command": "closePane", - "keys": "ctrl+w" + "id": "User.closePane" }, { "command": { "action": "nextTab" }, - "keys": "ctrl+pgdn" + "id": "User.nextTab.0" } ], "copyFormatting": "none", @@ -109,6 +109,53 @@ unset THEME "initialCols": 230, "initialPosition": "50,900", "initialRows": 30, + "keybindings": + [ + { + "id": "User.splitPane.864CD510", + "keys": "ctrl+shift+e" + }, + { + "id": "User.splitPane.D5151347", + "keys": "ctrl+shift+o" + }, + { + "id": "User.newTab.5DEADB41", + "keys": "ctrl+t" + }, + { + "id": "User.copy.644BA8F2", + "keys": "ctrl+c" + }, + { + "id": "User.splitPane.A6751878", + "keys": "alt+shift+d" + }, + { + "id": "User.paste", + "keys": "ctrl+v" + }, + { + "id": "User.find", + "keys": "ctrl+shift+f" + }, + { + "id": "User.toggleFullscreen", + "keys": "alt+x" + }, + { + "id": "User.prevTab.0", + "keys": "ctrl+pgup" + }, + { + "id": "User.closePane", + "keys": "ctrl+w" + }, + { + "id": "User.nextTab.0", + "keys": "ctrl+pgdn" + } + ], "newTabMenu": [ { @@ -126,7 +173,7 @@ unset THEME "name": "Windows PowerShell" }, { - "colorScheme": "Solarized Dark", + "colorScheme": "Tango Dark", "commandline": "gsudo.exe powershell.exe", "font": { @@ -152,8 +199,8 @@ unset THEME "commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l", "font": { - "face": "Fira Code", - "size": 11.0 + "face": "CaskaydiaCove Nerd Font Mono", + "size": 11 }, "guid": "{00000000-0000-0000-ba54-000000000002}", "historySize": 9000, @@ -181,216 +228,7 @@ unset THEME } ] }, - "schemes": - [ - { - "background": "#0C0C0C", - "black": "#0C0C0C", - "blue": "#0037DA", - "brightBlack": "#767676", - "brightBlue": "#3B78FF", - "brightCyan": "#61D6D6", - "brightGreen": "#16C60C", - "brightPurple": "#B4009E", - "brightRed": "#E74856", - "brightWhite": "#F2F2F2", - "brightYellow": "#F9F1A5", - "cursorColor": "#FFFFFF", - "cyan": "#3A96DD", - "foreground": "#CCCCCC", - "green": "#13A10E", - "name": "Campbell", - "purple": "#881798", - "red": "#C50F1F", - "selectionBackground": "#FFFFFF", - "white": "#CCCCCC", - "yellow": "#C19C00" - }, - { - "background": "#012456", - "black": "#0C0C0C", - "blue": "#0037DA", - "brightBlack": "#767676", - "brightBlue": "#3B78FF", - "brightCyan": "#61D6D6", - "brightGreen": "#16C60C", - "brightPurple": "#B4009E", - "brightRed": "#E74856", - "brightWhite": "#F2F2F2", - "brightYellow": "#F9F1A5", - "cursorColor": "#FFFFFF", - "cyan": "#3A96DD", - "foreground": "#CCCCCC", - "green": "#13A10E", - "name": "Campbell Powershell", - "purple": "#881798", - "red": "#C50F1F", - "selectionBackground": "#FFFFFF", - "white": "#CCCCCC", - "yellow": "#C19C00" - }, - { - "background": "#282C34", - "black": "#282C34", - "blue": "#61AFEF", - "brightBlack": "#5A6374", - "brightBlue": "#61AFEF", - "brightCyan": "#56B6C2", - "brightGreen": "#98C379", - "brightPurple": "#C678DD", - "brightRed": "#E06C75", - "brightWhite": "#DCDFE4", - "brightYellow": "#E5C07B", - "cursorColor": "#FFFFFF", - "cyan": "#56B6C2", - "foreground": "#DCDFE4", - "green": "#98C379", - "name": "One Half Dark", - "purple": "#C678DD", - "red": "#E06C75", - "selectionBackground": "#FFFFFF", - "white": "#DCDFE4", - "yellow": "#E5C07B" - }, - { - "background": "#FAFAFA", - "black": "#383A42", - "blue": "#0184BC", - "brightBlack": "#4F525D", - "brightBlue": "#61AFEF", - "brightCyan": "#56B5C1", - "brightGreen": "#98C379", - "brightPurple": "#C577DD", - "brightRed": "#DF6C75", - "brightWhite": "#FFFFFF", - "brightYellow": "#E4C07A", - "cursorColor": "#4F525D", - "cyan": "#0997B3", - "foreground": "#383A42", - "green": "#50A14F", - "name": "One Half Light", - "purple": "#A626A4", - "red": "#E45649", - "selectionBackground": "#FFFFFF", - "white": "#FAFAFA", - "yellow": "#C18301" - }, - { - "background": "#002B36", - "black": "#002B36", - "blue": "#268BD2", - "brightBlack": "#073642", - "brightBlue": "#839496", - "brightCyan": "#93A1A1", - "brightGreen": "#586E75", - "brightPurple": "#6C71C4", - "brightRed": "#CB4B16", - "brightWhite": "#FDF6E3", - "brightYellow": "#657B83", - "cursorColor": "#FFFFFF", - "cyan": "#2AA198", - "foreground": "#839496", - "green": "#859900", - "name": "Solarized Dark", - "purple": "#D33682", - "red": "#DC322F", - "selectionBackground": "#FFFFFF", - "white": "#EEE8D5", - "yellow": "#B58900" - }, - { - "background": "#FDF6E3", - "black": "#002B36", - "blue": "#268BD2", - "brightBlack": "#073642", - "brightBlue": "#839496", - "brightCyan": "#93A1A1", - "brightGreen": "#586E75", - "brightPurple": "#6C71C4", - "brightRed": "#CB4B16", - "brightWhite": "#FDF6E3", - "brightYellow": "#657B83", - "cursorColor": "#002B36", - "cyan": "#2AA198", - "foreground": "#657B83", - "green": "#859900", - "name": "Solarized Light", - "purple": "#D33682", - "red": "#DC322F", - "selectionBackground": "#FFFFFF", - "white": "#EEE8D5", - "yellow": "#B58900" - }, - { - "background": "#000000", - "black": "#000000", - "blue": "#3465A4", - "brightBlack": "#555753", - "brightBlue": "#729FCF", - "brightCyan": "#34E2E2", - "brightGreen": "#8AE234", - "brightPurple": "#AD7FA8", - "brightRed": "#EF2929", - "brightWhite": "#EEEEEC", - "brightYellow": "#FCE94F", - "cursorColor": "#FFFFFF", - "cyan": "#06989A", - "foreground": "#D3D7CF", - "green": "#4E9A06", - "name": "Tango Dark", - "purple": "#75507B", - "red": "#CC0000", - "selectionBackground": "#FFFFFF", - "white": "#D3D7CF", - "yellow": "#C4A000" - }, - { - "background": "#FFFFFF", - "black": "#000000", - "blue": "#3465A4", - "brightBlack": "#555753", - "brightBlue": "#729FCF", - "brightCyan": "#34E2E2", - "brightGreen": "#8AE234", - "brightPurple": "#AD7FA8", - "brightRed": "#EF2929", - "brightWhite": "#EEEEEC", - "brightYellow": "#FCE94F", - "cursorColor": "#000000", - "cyan": "#06989A", - "foreground": "#555753", - "green": "#4E9A06", - "name": "Tango Light", - "purple": "#75507B", - "red": "#CC0000", - "selectionBackground": "#FFFFFF", - "white": "#D3D7CF", - "yellow": "#C4A000" - }, - { - "background": "#000000", - "black": "#000000", - "blue": "#000080", - "brightBlack": "#808080", - "brightBlue": "#0000FF", - "brightCyan": "#00FFFF", - "brightGreen": "#00FF00", - "brightPurple": "#FF00FF", - "brightRed": "#FF0000", - "brightWhite": "#FFFFFF", - "brightYellow": "#FFFF00", - "cursorColor": "#FFFFFF", - "cyan": "#008080", - "foreground": "#C0C0C0", - "green": "#008000", - "name": "Vintage", - "purple": "#800080", - "red": "#800000", - "selectionBackground": "#FFFFFF", - "white": "#C0C0C0", - "yellow": "#808000" - } - ], + "schemes": [], "tabWidthMode": "titleLength", "themes": [], "useAcrylicInTabRow": true