Comand Line
oh my zsh
oh my posh
只有 powershell 自动补全难用
starship
scoop install starship
配置 power shell
需要在 power shell 执行$PROFILE
查看配置路径C:\Users\用户名\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
然后写入
Invoke-Expression (&starship init powershell)
使用Bracketed-segments主题,也可以前往Staship 预设查看其他喜欢的主题,需要注意的是有的需要配置Nerd Font
配置 cmd
starship 使用clink来配置 cmd
Note
使用 scoop 安装命令行不会命令高亮显示,原因是 scoop 安装的可能不带有Enhanced default settings
这个功能,语法高亮是靠这个功能实现的,所以需要这个功能的还是从Github Realease下载吧【梦想是 scoop 管理所有应用,破碎第一步 😭】
code %LocalAppData%\clink\starship.lua
写入
load(io.popen('starship init cmd'):read("*a"))()
clink autorun install
clink set prompt.transient always