Windows 终端美化笔记 一、安装必要工具 Windows + X 然后打开powershell Oh My Posh # 使用 winget 安装 winget install JanDeDobbeleer.OhMyPosh -s winget # 安装字体 oh-my-posh font i
Now that Oh My Posh is installed, you can go ahead and configure your terminal and shell to get the prompt to look exactly like you want. install afont(本文提供了网盘链接) configure your terminal/editor to use the installed font configure your shell touse Oh My Posh (optional) configure ...
2.安装oh-my-posh winget install JanDeDobbeleer.OhMyPosh -s winget 【此处踩坑】winget比较慢,一般是没有换源导致的 一般而言,先查看winget源 winget source list winget源 一般而言,有两个,一个是微软的cdn的cache(这里让我删过一次了),还有的就是第二个那个msstore微软商店的源,默认微软商店的源会放...
在fontFace 字体配置下一行添加如下内容: "colorScheme": "Campbell", "useAcrylic": true, "closeOnExit": false, "acrylicOpacity": 0.8 设置完成之后,按 ctrl+s 保存settings.json 文件。 完成上述操作之后,重启 Windows Terminal 即可发现样式已经改变。 到此,Windows Terminal 的美化到此结束,一顿操作下来...
执行安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 使用系统管理员重新打开 Windows Terminal,使得 oh-my-posh 命令生效 安装必要字体(否则某些 icron 会乱码),执行命令oh-my-posh font install,此时会出现字体的候选列表,官方推荐安装Meslo: ...
starship preset nerd-font-symbols -o ~/.config/starship.toml 访问https://starship.rs/zh-CN/presets查看对应效果 ⚠️ 需要注意的是大部分主题需要安装设置nerd-font, 可以根据自己的喜好安装 推荐JetBrains Mono Nerd Font 主题自定义 主题文件位置为.config/starship.toml ...
执行安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 使用系统管理员重新打开 Windows Terminal,使得 oh-my-posh 命令生效 安装必要字体(否则某些 icron 会乱码),执行命令oh-my-posh font install,此时会出现字体的候选列表,官方推荐安装Meslo: ...
执行安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 使用系统管理员重新打开 Windows Terminal,使得 oh-my-posh 命令生效 安装必要字体(否则某些 icron 会乱码),执行命令oh-my-posh font install,此时会出现字体的候选列表,官方推荐安装Meslo: ...
terminal界面下按ctrl + shift + ,进入settings,在defaults后的花括号内添加font、face如下: { "profiles": { "defaults": { "font": { "face":"MesloLGM NF" } } } } 官方默认推荐的是上面写的MesloLGM NF,但其实都可以 注意,这个名字必须跟nerd网页上的名字一致,否则可能无法加载 ...