Linux terminal
GitHub CI/CD
ZSH
theme: spaceship
plugins: git web-search zsh-autosuggestions zsh-autocomplete zsh-z last-working-dir zsh-syntax-highlighting
Code Snippet
Alfred
web-search
2022-11-25.15.34.52.mov
How to install plugins
- 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
More zsh plugins
☕
Detail
- git config --global core.editor vim // 将 git 的文本编辑器改 vim
License