Skip to content

Instantly share code, notes, and snippets.

@nemanjan00
Created June 24, 2018 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nemanjan00/413a2e14c1ea9d899e6de34961d27afa to your computer and use it in GitHub Desktop.
Save nemanjan00/413a2e14c1ea9d899e6de34961d27afa to your computer and use it in GitHub Desktop.
source /usr/share/zsh/scripts/zplug/init.zsh
zplug "themes/agnoster", from:oh-my-zsh, as:theme
zplug "changyuheng/fz", defer:1
zplug "rupa/z", use:z.sh
zplug "supercrabtree/k"
zplug "plugins/adb", from:oh-my-zsh
zplug "plugins/bgnotify", from:oh-my-zsh
zplug "lib/completion", from:oh-my-zsh
zplug "lib/directories", from:oh-my-zsh
zplug "lib/history", from:oh-my-zsh
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-syntax-highlighting"
zplug load
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=10"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment