Win10:Terminal美化:修订间差异

来自WHY42
Riguz留言 | 贡献
无编辑摘要
Riguz留言 | 贡献
无编辑摘要
第13行: 第13行:


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
winget install JanDeDobbeleer.OhMyPosh


# 修改$PROFILE
oh-my-posh --init --shell pwsh --config ~\AppData\Local\Programs\oh-my-posh\themes\jandedobbeleer.omp.json | Invoke-Expression
. $PROFILE
# 管理员运行
set-executionpolicy remotesigned
echo
</syntaxhighlight>
</syntaxhighlight>



2022年1月6日 (四) 08:17的版本

# powershell这种安装方式没有试成功

# C:\Users\riguz\Documents\WindowsPowerShell\Modules\oh-my-posh
# C:\Program Files\WindowsPowerShell\Modules

# Install-Module oh-my-posh -Scope CurrentUser

Winget安装:

在AppStore里面更新App Installer

winget install JanDeDobbeleer.OhMyPosh

# 修改$PROFILE
oh-my-posh --init --shell pwsh --config ~\AppData\Local\Programs\oh-my-posh\themes\jandedobbeleer.omp.json | Invoke-Expression
. $PROFILE

# 管理员运行
set-executionpolicy remotesigned

echo