Open5
ターミナルのカスタマイズ諸々
PowerShell
Terminal-Icons
Install-Module -Name Terminal-Icons -Scope CurrentUser
Posh Git
Install-Module posh-git -Scope CurrentUser
Oh My Posh
フォント
セットアップ
# install
winget install oh-my-posh
# profile作成
if (!(Test-Path -Path $PROFILE)) {
New-Item -ItemType File -Path $PROFILE -Force
}
# prifile更新
notepad $PROFILE
. $profile
$PROFILE
Import-Module -Name Terminal-Icons
Import-Module posh-git
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH\slimfat.omp.json" | Invoke-Expression
Set-PoshPrompt -Theme slimfat
$env:POSH_GIT_ENABLED = $true
Update
Update-Module <module>
Gitコンソールカスタマイズ
delta
.gitconfig
[core]
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
side-by-side = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
ZSH
リソース監視ツール
bottom(top)