1、安装oh my posh sudo wget sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh 2、安装主题 我这里推荐大家把主题安装到windows下,方便wsl管理调用。 方法如下图 winget...
1-1 打开https://www.powershellgallery.com/, 1-2 搜索oh-my-posh,点击Manual Download,找到2.0.496版,点击下载。 1-3 搜索下载posh-git【如果这俩下载不了,评论区有备用地址】 下载 2、打开https://github.com/microsoft/cascadia-code/releases,下载Cascadia连字字体; 也可以在评论区拿 3、打开https://...
官网在这—-»> https://ohmyposh.dev/ 使用winget安装,打开powershell或者cmd黑窗。没用过winget的,先用 winget upgrade 更新下。安装命令:winget install JanDeDobbeleer.OhMyPosh -s winget 三、字体 官网提议下载字体包,去这里:https://www.nerdfonts.com/font-downloads 找个顺眼的安装上,不装不...
# 这是安装程序 sudo wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/latest/download/posh-linux-amd64 -O /usr/local/bin/oh-my-posh sudo chmod +x /usr/local/bin/oh-my-posh # 下载主题文件 mkdir ~/.poshthemes wget https://github.com/JanDeDobbeleer/oh-my-posh/releases/late...
How to download and setup oh-my-posh Open terminal and run command git clone https://github.com/JanDeDobbeleer/oh-my-posh.git git clone is used to create a copy or clone of oh-my-posh repositories. You pass git clone a repository URL. it supports a few different network ...
oh-my-poshinitpwsh|Invoke-Expression 配置文件 然后回到Windows terminal新建一个powershell,即可看到以下内容 配置好的Windows Terminal 此处使用的是默认主题,若想修改主题,可以先使用以下命令 Get-PoshThemes 查看主题,然后在最下面可以找到主题文件的目录
本文的主角 Oh my posh 正是这样一款终端 Prompt 个性化工具,虽然肇始于同类工具 Oh My Zsh,但当更新到 5.0 版本时,重新设计的 Oh my posh 已经摆脱平台的桎梏,支持了 Windows、GNU/Linux(WSL)、macOS 三个系统上的 PowerShell、bash、zsh 等终端。
Oh My Posh is an executable that allows you to set a custom prompt on any shell. To get started after the installation, follow the guide over at https://ohmyposh.dev/docs/installation/windows#next to configure your prompt.
oh-my-posh 适用于多种 shell 的终端提示个性化工具。该项目内置多款主题开箱即用,支持 Windows、Linux、macOS 三个系统上的 PowerShell、Bash、Zsh 等多种 shell,自动补全你输入的每个命令。 项目地址 http:/...
theme是以json文件的格式进行保存,通过--config选项对theme文件进行配置,这里比较推荐使用绝对路径 themes目录下官方已经提供了很多配置文件,具体的效果可以参考以下链接 Themes | Oh My Poshohmyposh.dev/docs/themes 最后保存启动脚本,重新启动Windows Terminal即可...