Featured image of post Windows Terminal + oh-my-posh 终端环境

Windows Terminal + oh-my-posh 终端环境

本文含有: Windows Terminal 以及 oh-my-posh 安装流程, 修改字体, 更换主题, 全局应用主题, (aliens,amro,emodipt-extend,montys,stelbent-compact,slimfat)

Windows Terminal 安装

Scoop

scoop bucket add extras
scoop install windows-terminal

winget

winget install --id Microsoft.WindowsTerminal -e
  • 如果都无法安装可以进入这里下载:https://github.com/microsoft/terminal/releases

安装 oh-my-posh

Scoop

scoop install https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/oh-my-posh.json

winget

winget install JanDeDobbeleer.OhMyPosh -s winget
  • 如果都无法安装可以进入这里下载:https://ohmyposh.dev/docs/installation/windows

  • 安装 ryanoasis/nerd-fonts 字体

    • 请进入这里下载:https://github.com/ryanoasis/nerd-fonts

打开 Windows Terminal 修改字体

  • 设置 > 默认值 > 外观 > 字体

选择一个你想要的主题

这里我分享 6 个我比较喜欢的.

  • 1)aliens

aliens

  • 2)amro

amro

  • 3)emodipt-extend

emodipt-extend

  • 4)montys

montys

  • 5)stelbent-compact

stelbent-compact.minimal

  • 6)slimfat

slimfat

应用主题

  • 在终端输入
    • $env:POSH_THEMES_PATH\aliens.omp.json:后面的 aliens 就是你的主题名字
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\aliens.omp.json | Invoke-Expression

全局主题

# 创建配置文件
$ New-Item -Path $PROFILE -Type File -Force

# 编辑配置文件
$ notepad $PROFILE

# 输入设置
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\slimfat.omp.json | Invoke-Expression
Licensed under CC BY-NC-SA 4.0
本博客已稳定运行
发表了53篇文章 · 总计28.17k字
使用 Hugo 构建
主题 StackJimmy 设计