first add

main
mingzailao 2024-03-21 07:11:07 +08:00
commit e185352631
1 changed files with 9 additions and 0 deletions

9
initialize.sh Normal file
View File

@ -0,0 +1,9 @@
# 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)