Terminal
Windows
直接使用 Windows Terminal
,
https://github.com/microsoft/terminal
安装 clink
,
https://github.com/chrisant996/clink
TODO
- 将 Windows Terminal 和配置文件,用仓库管理。
macOS and Ubuntu
安装 zsh
, macOS 推荐使用 iterms
,
brew install zsh
brew install iterm2
sudo apt install zsh
oh-my-zsh
安装,
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
下载 powerlevel10k
,
https://github.com/romkatv/powerlevel10k
配置主题,以及需要在 zsh
配置文件中指定使用 powerlevel10k
主题,
p10k configure
TODO
- 如何同步配置,做到一键安装