新建主题文件,code C:\Users\xxxx\Documents\WindowsPowerShell\PoshThemes\ys-like.psm1, 写入以下内容: #requires -Version 2 -Modules posh-gitfunctionWrite-Theme{param([bool]$lastCommandFailed,[string]$with)# check the last command state and indicate if failedIf($lastCommandFailed){$prompt+=Write-...
点击保存,cmd就配置好了 六.Git Bash配置oh-my-posh 将“~\AppData\Local\Programs\oh-my-posh\themes\你想用的主题.omp.json” 文件拷贝到 C:\Users\你的用户名 目录下;再在 ~/.profile 文件(没有则touch .profile创建)添加命令,后执行 . ~/.profile 刷新,重启终端即可生效。 eval "$(oh-my-posh ...
推荐使用 Darkblood ,因为和vs code 一起使用的话,vs里面展示的终端,这个看起来更兼容一些 符号少。主题需要下载字体和图标才好看。 卸载主题 清空里面的内容Microsoft.PowerShell_profile.ps1 即可。 Import-Moduleposh-gitImport-Moduleoh-my-poshSet-PoshPrompt-ThemeDarkblood...
根据需要修改以下配置文件,其中#xxx是注释,不会运行 #import Module (recommended add the next line,but,of course ,you can choose not to add the item,if you do not use the git tools) # Import-Module posh-git # import posh Import-Module oh-my-posh #set theme Set-poshPrompt paradox #set ...
Install-Moduleposh-git-ScopeCurrentUserInstall-Moduleoh-my-posh-ScopeCurrentUser 配置主题 可参考 Upgrading | Oh My Posh Get-PoshThemes# 预览所有主题 新增(或修改)你的 PowerShell 配置文件 # 如果之前没有配置文件,就新建一个 PowerShell 配置文件if(!(Test-Path-Path$PROFILE)) {New-Item-TypeFile-Pat...
如果由于网络原因下载失败,可以前往on-my-posh的官方github[仓库](https://github.com/jandedobbeleer/oh-my-posh)下载release版,并且将安装的位置添加进入环境变量。 posh-git的安装方式同理。 安装完成后,在powershell中输入 ``` Get-PoshThemes ``` 可以列出自带的所有主题 {% asset_img 5.png Theme...
PowerShellGet\Update-Module posh-git 1. the configuration result: if you want to install by ‘scoop’: scoop install (optional,you can jump!): https://scoop.sh/ Installs in seconds Make sure PowerShell 5 (or later, include PowerShell Core) and .NET Framework 4.5 (or...
Import-Module posh-git Import-Module oh-my-posh Set-Theme Honukai 保存后关闭记事本。 其中Set-Theme Honukai是设置主题的,其他可选主题有Agnoster、Avit、Darkblood、Fish、Honukai、Paradox、Sorin、tehrob,可自行选择。 最后更新配置: 代码语言:javascript ...
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 <主题路径(json文件)> | Invoke...
npm-posh-git:通过NPM用于Linux,Windows和OSX的posh-git npm-posh-git 通过NPM在Linux,Mac和Windows上安装posh-git。 安装: 运行npm install -g posh-git 如果您使用sudo进行安装(sudo npm install -g posh-git),则在posh-git-install之后运行而不使用sudo即可完成向实际用户的安装。 已知的问题: 这是一个新...