【Linux】安装 oh-my-zsh

Posted by 西维蜀黍 on 2020-07-23, Last Modified on 2021-09-21
$ sudo apt install git
$ sudo apt install zsh
$ chsh -s $(which zsh)
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Reference


TOC