Last active
March 21, 2022 12:34
-
-
Save push0ebp/c8c6a33d9faba855f65a91629ac78f06 to your computer and use it in GitHub Desktop.
zsh plugins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| source /usr/share/zsh-antigen/antigen.zsh | |
| antigen use oh-my-zsh | |
| antigen theme tjkirch | |
| antigen bundle zsh-users/zsh-autosuggestions | |
| antigen bundle zsh-users/zsh-syntax-highlighting | |
| antigen bundle djui/alias-tips | |
| antigen bundle srijanshetty/zsh-pip-completion | |
| antigen bundle zdharma/history-search-multi-word | |
| antigen bundle autojump | |
| antigen bundle command-not-found | |
| antigen apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment