Last active
April 9, 2018 21:12
-
-
Save omares/1859fbff384680949a76a1f20d4e7f28 to your computer and use it in GitHub Desktop.
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
# 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