配置windows终端
终端
1. 下载
可于windows应用商店下载
2. 下载安装Scoop
2.1 设置远程权限Set-ExecutionPolicy RemoteSigned -scope CurrentUser
2.2 下载安装irm get.scoop.sh | iex
3. 安装 PSReadline 包,该插件可以让命令行很好用,类似 zsh
Install-Module -Name PSReadLine -Scope CurrentUser
4. 安装 posh-git 包,让你的 git 更好用
Install-Module posh-git -Scope CurrentUser
5. 安装 oh-my-posh 包,让你的命令行更酷炫、优雅
Install-Module oh-my-posh -Scope CurrentUser
6. 添加Powershell配置参数
notepad $Profile
在文件中添加如下
1 | # 引入 posh-git |
7. 添加完成后执行
. $PROFILE
8. 美化icon
Install-Module -Name Terminal-Icons -Repository PSGallery
9. 安装Busybox
可使用linux的部分命令
安装方式scoop
10. 设置别名
Set-Alias cl clear
function ll {busybox ls -l}
11. 下载字体
推荐使用 Nerd Font 下载 https://www.nerdfonts.com/font-downloads
如: JetBrainsMono Nerd Font Mono
12. 主题
查看主题样式后在$Profile
中更改主题名即可
https://ohmyposh.dev/docs/themes/