[Share Experiences] 分享一款zsh主题-Powerlevel10k
Tofloor
poster avatar
yorun
deepin
2021-06-06 05:44
Author

截图:

github地址:

https://github.com/romkatv/powerlevel10k

安装方法项目中有详细描述。。。

Reply Favorite View the author
All Replies
忘记、过去
deepin
2021-06-06 06:53
#1

https://www.cnblogs.com/himonkey/p/11853487.html

这个教程更详细,macOS 默认终端是 zsh

Reply View the author
learces
deepin
2021-06-06 17:00
#2
忘记、过去

https://www.cnblogs.com/himonkey/p/11853487.html

这个教程更详细,macOS 默认终端是 zsh

deepin也能按照这个步骤来安装吗?

Reply View the author
忘记、过去
deepin
2021-06-07 00:27
#3
learces

deepin也能按照这个步骤来安装吗?

类似,比这个简单一点。sudo apt install zsh 就可以安装 zsh 了,然后执行 chsh -s /bin/zsh 切换到 zsh 就好了。剩下的可以参考教程配置 oh-my-zsh 和 powerlevel10k 主题。

Reply View the author