Skip to content

Instantly share code, notes, and snippets.

@omares
Last active April 9, 2018 21:12
Show Gist options
  • Save omares/1859fbff384680949a76a1f20d4e7f28 to your computer and use it in GitHub Desktop.
Save omares/1859fbff384680949a76a1f20d4e7f28 to your computer and use it in GitHub Desktop.
# zsh plugins managed via https://github.com/zdharma/zplugin
# https://github.com/zsh-users/zsh-completions
zplugin ice wait'0' blockf
zplugin load zsh-users/zsh-completions
# https://github.com/MichaelAquilina/zsh-you-should-use
zplugin ice wait'0' pick'you-should-use.plugin.zsh'
zplugin load MichaelAquilina/zsh-you-should-use
# https://github.com/Cloudstek/zsh-plugin-appup
zplugin ice wait'0' pick'appup.plugin.zsh'
zplugin load Cloudstek/zsh-plugin-appup
# https://github.com/hlissner/zsh-autopair
zplugin ice wait'0' pick'autopair.zsh'
zplugin load hlissner/zsh-autopair
# https://github.com/zsh-users/zsh-history-substring-search
zplugin ice wait'0' pick'zsh-history-substring-search.zsh'
zplugin load zsh-users/zsh-history-substring-search
# https://github.com/zsh-users/zsh-autosuggestions
zplugin ice wait'0' atload'_zsh_autosuggest_start'
zplugin light zsh-users/zsh-autosuggestions
# https://github.com/desyncr/auto-ls
zplugin ice wait'0' pick'auto-ls.zsh'
zplugin load desyncr/auto-ls
# https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/extract
zplugin ice svn wait'0' blockf
zplugin snippet OMZ::plugins/extract
# https://github.com/trapd00r/LS_COLORS
zplugin ice atclone"dircolors -b LS_COLORS > ls_colors.zsh" atpull'%atclone' pick"ls_colors.zsh"
zplugin light trapd00r/LS_COLORS
# https://github.com/supercrabtree/k
zplugin ice wait'0' pick'k.zsh'
zplugin load supercrabtree/k
# https://github.com/zdharma/fast-syntax-highlighting
zplugin ice wait'0' atinit'zpcompinit; zpcdreplay'
zplugin load zdharma/fast-syntax-highlighting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment