在powershell输入code $profile,输入下面的脚本命令: $theme=Get-ChildItem$env:UserProfile\\AppData\\Local\\Programs\\oh-my-posh\\themes\\|Get-Randomecho"hello! today's lucky theme is: $theme :)"oh-my-posh--init--shellpwsh--config$theme.FullName|Invoke-Expression bash 将下面脚本添加到.bashr...
#%% 找出 `oh-my-posh` 用到的特殊字符importos,redefget_posh_symbols(root):# 找到所有配置文件files=[]# - 默认配置文件default_file=os.path.join(root,'defaults.ps1')files.append(default_file)# - 主题配置文件themes_dir=os.path.join(root,'Themes')forparent,dirnames,filenamesinos.walk(themes...
默认的是默认主题(废话)。主题网址:https://ohmyposh.dev/docs/themes 懒人请直接使用下列命令。之后它就会哒哒哒,任你翻牌,记下theme后面的爱妃名字。哒到最后复制最后一行并改掉名字部分,就是你要的主题。绿色部分改成你要的主题名。继续修改文件 换掉第一行即可,如:oh-my-posh init pwsh --config '...
推荐使用 Darkblood ,因为和vs code 一起使用的话,vs里面展示的终端,这个看起来更兼容一些 符号少。主题需要下载字体和图标才好看。 卸载主题 清空里面的内容Microsoft.PowerShell_profile.ps1 即可。 Import-Moduleposh-gitImport-Moduleoh-my-poshSet-PoshPrompt-ThemeDarkblood...
如何给 PowerShell 配置 Oh My PoshHeyJSer 立即播放 打开App,流畅又高清100+个相关视频 更多4762 -- 0:14 App Win11番茄花园版 3154 -- 2:01 App windows11CrzayError(模仿windows7) 1041 -- 7:08:30 App Shell脚本编程全套视频教程121集(全) 9711 28 2:26 App 谷歌翻译20次|Windows7宣传片 “...
配置Powershell 安装美化插件oh my posh 从网盘下载资料后,找到 soft 文件夹,将里面的 WindowsPowerShell 文件夹,复制到 "文档" 此时,打开powershell,会显示如下效果: oh my posh主题一览表 M365Princess agnoster# agnosterplus# aliens# amro# atomic# ...
再次执行notepad$PROFILE进行配置:在oh-my-posh init pwsh后空格,加上--config 刚刚得到的储存路径\主题名.omp.json。 例如我的路径是C:\Users\13913\AppData\Local\Programs\oh-my-posh\themes\,要使用easy-term这个主题,那么我需要添加: --configC:\Users\13913\AppData\Local\Programs\oh-my-posh\themes\...
&([ScriptBlock]::Create((oh-my-poshinitpwsh--config"$env:POSH_THEMES_PATH\jandedobbeleer.omp.json"--print)-join"`n")) 用来执行每次打开新的pwsh窗口都应用此主题的命令。 jandedobbeleer.omp.json是一个主题,你可以直接去网上找一个库预览各个主题的效果,选自己喜欢的。
用记事本打开配置文件 notepad$PROFILE 在记事本中录入以下指令 oh-my-posh init pwsh --config ~/.leon.omp.theme.json | Invoke-Expression 每次启动 shell 时 ,会先执行以上命令以加载主题等配置。 其中"--config ~/.leon.omp.theme.json" 是你的文件和所在路径,文末我会放出我的配置。