mingzailao-init/initialize.sh

13 lines
378 B
Bash
Raw Normal View History

2024-03-21 07:11:07 +08:00
# 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)
2024-03-26 18:07:04 +08:00
# install powerlevel10k
git clone https://git.mingzailao.live/mingzailao/powerlevel10k.git ~/powerlevel10k
echo 'source ~/powerlevel10k/powerlevel10k.zsh-theme' >>~/.zshrc