Skip to content

Instantly share code, notes, and snippets.

@push0ebp
Last active March 21, 2022 12:34
Show Gist options
  • Select an option

  • Save push0ebp/c8c6a33d9faba855f65a91629ac78f06 to your computer and use it in GitHub Desktop.

Select an option

Save push0ebp/c8c6a33d9faba855f65a91629ac78f06 to your computer and use it in GitHub Desktop.
zsh plugins
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