Affected files: 21.02. Windows/Windows 11 重灌.md 22.01. 軟體工具、設定/Windows Terminal.md
8.2 KiB
8.2 KiB
Setup
New tab as Administrator
Use powerline in Git-Bash
Install
cd $HOME
mkdir -p .bash/themes/git_bash_windows_powerline
git clone https://github.com/diesire/git_bash_windows_powerline.git .bash/themes/git_bash_windows_powerline
And add following lines to ~/.bashrc.
# Theme
THEME=$HOME/.bash/themes/git_bash_windows_powerline/theme.bash
if [ -f $THEME ]; then
. $THEME
fi
unset THEME
參考:
Settings.json
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "splitPane",
"split": "right"
},
"id": "User.splitPane.864CD510"
},
{
"command":
{
"action": "splitPane",
"split": "down"
},
"id": "User.splitPane.D5151347"
},
{
"command":
{
"action": "copy",
"singleLine": false
},
"id": "User.copy.644BA8F2"
},
{
"command": "find",
"id": "User.find"
},
{
"command": "toggleFullscreen",
"id": "User.toggleFullscreen"
},
{
"command":
{
"action": "splitPane",
"split": "auto",
"splitMode": "duplicate"
},
"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",
"id": "User.closePane"
},
{
"command":
{
"action": "nextTab"
},
"id": "User.nextTab.0"
}
],
"copyFormatting": "none",
"copyOnSelect": false,
"defaultProfile": "{00000000-0000-0000-ba54-000000000002}",
"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":
[
{
"type": "remainingProfiles"
}
],
"profiles":
{
"defaults": {},
"list":
[
{
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"hidden": false,
"name": "Windows PowerShell"
},
{
"colorScheme": "Tango Dark",
"commandline": "gsudo.exe powershell.exe",
"font":
{
"face": "Fira Code"
},
"guid": "{41dd7a51-f0e1-4420-a2ec-1a7130b7e950}",
"hidden": false,
"icon": "%userprofile%/OneDrive/\u5716\u7247/icon/console_red.png",
"name": "Windows PowerShell(Administrator)"
},
{
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"hidden": false,
"name": "Command Prompt"
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"commandline": "%PROGRAMFILES%/git/usr/bin/bash.exe -i -l",
"font":
{
"face": "CaskaydiaCove Nerd Font Mono",
"size": 11
},
"guid": "{00000000-0000-0000-ba54-000000000002}",
"historySize": 9000,
"icon": "%PROGRAMFILES%/Git/mingw64/share/git/git-for-windows.ico",
"name": "Bash",
"startingDirectory": "%SYNODRIVE_PATH%/codes"
},
{
"guid": "{ee3203b6-a810-5d69-a2fc-42a327122769}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{bf8c5b3b-1d1e-53ff-bb67-f2b3f5a6c4eb}",
"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"
}
]
},
"schemes": [],
"tabWidthMode": "titleLength",
"themes": [],
"useAcrylicInTabRow": true
}
oh-my-posh on bash
以下步驟都是在 Windows Terminal 中的 Git bash1 執行。
- 先下載一個你喜歡的theme: https://ohmyposh.dev/docs/themes
- 下載並安裝字型:Caskaydia Cove Nerd Font
- Install OhMyPosh:
winget install JanDeDobbeleer.OhMyPosh - 建立並修改
~/.profile,然後加入eval "$(oh-my-posh --init --shell bash --config ~/OneDrive/appConfigs/ohmyposh/themes/montys.omp.json)"注意最後的montys.omp.json就是第一步下載的theme,這邊要改成你自己的路徑。 - 修改 Windows Terminal 的 setting.json,將字型改為
CaskaydiaCove NF!20220614221618_oh-my-posh_setting.png - 成果 !20220614220342_oh-my-posh_result.png
Reference
- Windows Terminal 美化 for WSL 2 Ubuntu (zsh + zim + powerlevel10k)
- Oh My Posh
- How to make the ultimate Terminal Prompt on Windows 11 - This video is LONG and WORDY and DETAILED - YouTube
- My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal - Scott Hanselman's Blog
- Windows-Terminal配置OhMyPosh来美化GitBash_偕臧x的博客-CSDN博客
-
在 Windows Terminal 中設定 Git bash 可以參考:Windows Terminal's 設定 Git Bash 和 SSH @ 傑克! 真是太神奇了! :: 痞客邦 :: ↩︎