点击保存,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 ...
https://github.com/JanDeDobbeleer/oh-my-posh.git 主题风格查看 Themes | Oh My Posh 配置使用主题 Customize | Oh My Posh 1、配置应用主题 oh-my-poshinit pwsh--config'C:/Users/Posh/jandedobbeleer.omp.json'|Invoke-Expression [!IMPORTANT] ...
oh-my-posh init pwsh--config"$env:POSH_THEMES_PATH/jandedobbeleer.omp.json"|Invoke-Expression 安装Git扩展 posh-git 是一款专为 Windows 系统的 PowerShell 设计的Git扩展模块。它的主要目标是在 PowerShell 中提供更为友好、直观的 Git 命令行界面,通过整合 Git 相关的信息到命令提示符中,并提供方便快捷...
新建主题文件,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-...
Git Segment 用于显示 Git 仓库的信息,如当前分支名称、未提交更改等。 复制 { "type": "git", "style": "plain", "foreground": "#ff9800", "properties": { "branch_max_length": 20, "display_status": true, "display_stash_count": true ...
通过Powerline 来自定义 PowerShell,以提供Git状态提示符,再对 Windows Terminal 美化,得到一个优秀的终端体验 这里先放出微软的官方教程: https://docs.microsoft.com/zh-cn/windows/terminal/tutorials/powerline-setup#set-up-powerline-in-wsl-ubuntu ...
经过Baidu查询,git在win10上耗时长,是个通病。 解决方法 开启git加速 git config --global core.preloadindex true git config --global core.fscache true git config --global gc.auto 256 更换Posh主题 经过测试,不同的主题,加载速度也有明显的差异。可以拿美观换速度。
1-3 搜索下载posh-git【如果这俩下载不了,评论区有备用地址】 下载 2、打开https://github.com/microsoft/cascadia-code/releases,下载Cascadia连字字体; 也可以在评论区拿 3、打开https://git-scm.com/downloads,下载git(可以不下载,只是装了git之后就不会有烦人的黄色警告了) ...
使用管理员身份打开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信息添加到提示中 ...
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 protocols and corresponding URL formats. ...