commit e1853526316f82c6afc693ec0e08e7091ce41638 Author: mingzailao Date: Thu Mar 21 07:11:07 2024 +0800 first add diff --git a/initialize.sh b/initialize.sh new file mode 100644 index 0000000..6497ae8 --- /dev/null +++ b/initialize.sh @@ -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) +