Skip to content

Instantly share code, notes, and snippets.

@xiaopeng163
Last active January 16, 2024 22:44
Show Gist options
  • Save xiaopeng163/0fe4225a56ff97cd47e25a4b8a6f36ec to your computer and use it in GitHub Desktop.
Save xiaopeng163/0fe4225a56ff97cd47e25a4b8a6f36ec to your computer and use it in GitHub Desktop.
Install-Module oh-my-posh -Scope CurrentUser -SkipPublisherCheck
Install-Module posh-git -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck

https://ohmyposh.dev/docs

notepad.exe $PROFILE

设置profile

Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme robbyrussel

安装文件图标库

Install-Module -Name Terminal-Icons -Repository PSGallery

使用图标

Import-Module -Name Terminal-Icons

命令行自动补全和提示

Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment