Linux 安装 oh my zsh,并开启常见插件?

ponponon -
Linux 安装 oh my zsh,并开启常见插件?
安装 zsh下载

查看所有的 shell

cat /etc/shells

安装 zsh

sudo apt install zsh
把 zsh 设为默认的 shell
chsh -s /bin/zsh
安装 oh my zsh差劲的方式

使用 gitee 下载 oh my zsh

git clone https://gitee.com/mirrors/oh-my-zsh.git

安装 oh my zsh

bash oh-my-zsh/tools/install.sh
最好的方式
sh -c "$(wget https://gitee.com/Devkings/oh_my_zsh_install/raw/master/install.sh -O -)"
安装插件zsh-autosuggestions
git clone https://gitee.com/githubClone/zsh-autosuggestions  ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
常用
alias ll='ls -alF'


plugins=(
git
zsh-autosuggestions
)
特别申明:本文内容来源网络,版权归原作者所有,如有侵权请立即与我们联系(cy198701067573@163.com),我们将及时处理。

Tags 标签

linuxshell

扩展阅读

加个好友,技术交流

1628738909466805.jpg