执行以下命令安装posh-git和oh-my-posh两个模块,遇到提示选y确认即可
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
| type PartialBy<T, K extends keyof T> = Omit<T, K> & Partial<Pick<T, K>> | |
| // usage: | |
| interface A { | |
| requireX: string | |
| requireY: string | |
| requireZ: string | |
| } |
| /** ========== 滚动条样式 ========== */ | |
| ::-webkit-scrollbar { | |
| width: 12px !important; | |
| height: 12px !important; | |
| background-color: transparent; | |
| } | |
| ::-webkit-scrollbar-thumb { | |
| background-color: rgba(116 120 141 / 0.22) !important; |