theme: spaceship
plugins: git web-search zsh-autosuggestions zsh-autocomplete zsh-z last-working-dir zsh-syntax-highlighting
2022-11-25.15.34.52.mov
- sh -c "$(curl -fsSL https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh)" && rm -rf install.sh
- git clone https://gitee.com/mirrors_marlonrichert/zsh-autocomplete.git ~/.oh-my-zsh/custom/plugins/zsh-autocomplete
- git clone https://gitee.com/yanzhongqian/zsh-autosuggestions.git ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
- git clone https://gitee.com/lightnear/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
- git clone https://gitee.com/github-mirror-zsh/zsh-z.git ~/.oh-my-zsh/custom/plugins/zsh-z
- git clone https://gitee.com/xiaoqqya/spaceship-prompt.git "~/.oh-my-zsh/custom/themes/spaceship-prompt" --depth=1 && ln -s "${customTheme}spaceship-prompt/spaceship.zsh-theme" "${customTheme}/spaceship.zsh-theme"
- git config --global core.editor vim // 将 git 的文本编辑器改 vim