oh-my-posh init pwsh | Invoke-Expression 使生效 会报错不用管,没有什么是重启不能解决的——!是重启shell,不是重启电脑。五、主题 默认的是默认主题(废话)。主题网址:https://ohmyposh.dev/docs/themes 懒人请直接使用下列命令。之后它就会哒哒哒,任你翻牌,记下theme后面的爱妃名字。哒到最后复制最后...
下载oh-my-posh主题git clone github.com/JanDeDobbele将里面的theme文件夹保留即可。 测试 oh-my-posh init pwsh | Invoke-Expression 如果终端变成了下图就说明安装成功: 这是oh-my-posh3的默认主题 2. 配置整体运行文件 notepad $profile 将以下文本写入其中: oh-my-posh init pwsh --config <主题路径(jso...
https://ohmyposh.dev/docs/themes 也可以去github上找自己想要的主题,下载.json文件后放入以下地址: C:/Users/用户名/AppData/Local/Programs/oh-my-posh/themes 然后在$PROFILE中输入对应主题名即可 如果出现脚本无法加载,或者显示需要数字认证之类的内容,输入以下命令,更改命令策略后再重启一下看看 set-ExecutionP...
推荐使用 Darkblood ,因为和vs code 一起使用的话,vs里面展示的终端,这个看起来更兼容一些 符号少。主题需要下载字体和图标才好看。 卸载主题 清空里面的内容Microsoft.PowerShell_profile.ps1 即可。 Import-Moduleposh-gitImport-Moduleoh-my-poshSet-PoshPrompt-ThemeDarkblood...
Oh My Posh is acustom prompt enginefor any shell that has the ability to adjust the prompt string with a function or variable. Oh-My-Posh 是一款命令行提示主题引擎,其受启发于 MacOS/Linux 上广泛使用的Oh-My-Zsh。 特点 Colors:Oh My Posh enables you to use the full color set of your ter...
🧩 x ohmyposh: 为 ohmyposh(一个跨平台工具,用于渲染你的提示符。)设计的增强模块,该模块帮助用户下载主题资源包,使主题更改变得更加容易。并提供主题预览功能,允许用户在命令行中直接预览不同主题,简化了主题选择和更换的过程。🔗 https://cn.x-cmd.com/mod/ohmyposh...
oh-my-posh --init --shell pwsh --config 主题路径 | Invoke-Expression Bash 的配置文件一般是~/.bashrc 或者~/.profile,同上文一样,编辑对应的文件,若没有,则新建一个,新增下面一行代码并重启终端1: eval "$(oh-my-posh --init --shell bash --config 主题路径)" ...
使用管理员身份打开Windows PwerShell,依次执行以下命令,安装oh-my-posh和posh-git。 # 1. 绕过power shell执行策略,使其可以执行脚本文件 Set-ExecutionPolicy Bypass # 2. oh-my-posh提供主题 Install-Module oh-my-posh -Scope CurrentUser # 3. posh-git将git信息添加到提示中 ...
oh-my-posh --init --shell pwsh --config 主题路径 | Invoke-Expression Bash 的配置文件一般是~/.bashrc或者~/.profile,同上文一样,编辑对应的文件,若没有,则新建一个,新增下面一行代码并重启终端1 : eval "$(oh-my-posh --init --shell bash --config 主题路径)" ...
1.安装 oh-my-posh oh-my-posh 在powershell里运行winget install JanDeDobbeleer.OhMyPosh -s winget 2. 设置powershell的profile 打开一个powershell窗口,执行New-Item -Path $PROFILE -Type File -Force来创建一个新的profile, 再执行notepad $PROFILE用记事本打开它。