zprezto是oh-my-zshell的轻量版,链接在这里
安装zsh
sudo apt install zsh -y
安装zprezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
添加自定义配置
vim ~/.zshrc 最后一行添加 source ~/.profile
换主题
vim ~/.zpreztorc 搜索theme,默认的改为skwp
切换默认
mac下,chsh -s /bin/zsh debian下,terminal emulator的选项里面,一般,命令,自定义运行命令,/bin/zsh
shell
原文地址:https://www.cnblogs.com/ziyouchutuwenwu/p/10069432.html
时间: 2025-01-22 16:32:22