zsh & oh-my-zsh 快速美化你的Linux控制台

zsh安装

apt install zsh

oh-my-zsh安装

sh -c "$(wget https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh -O -)"

oh-my-zsh主题配置

vim ~/.zshrc

修改

ZSH_THEME

我选择的

ZSH_THEME="bureau"

效果

在这里插入图片描述
添加补全插件
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions

编辑.zshrc文件
plugins=(git zsh-autosuggestions)

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/dsfsdfrtjj/article/details/120516665
今日推荐