window powershell 下使用 oh-my-zsh
下载powershell7
powershell7 download
安装一些特殊字体
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts
推荐字体库
nerdfonts (用于解决powershell 图标乱码问题) 我使用的是 Hank Nerd Font Mono
安装 ...
blog.lolis.top1 min read