13 lines
378 B
Bash
13 lines
378 B
Bash
# install home-brew
|
|
|
|
# install zsh
|
|
|
|
# install oh-my-zsh
|
|
git clone https://git.mingzailao.live/mingzailao/ohmyzsh.git ~/.oh-my-zsh
|
|
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
|
chsh -s $(which zsh)
|
|
|
|
# install powerlevel10k
|
|
git clone https://git.mingzailao.live/mingzailao/powerlevel10k.git ~/powerlevel10k
|
|
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc
|