Skip to content

Instantly share code, notes, and snippets.

@rgrinberg
Created April 24, 2016 02:44
Show Gist options
  • Save rgrinberg/da8d6b7896f4c28093d46eee54ad79d7 to your computer and use it in GitHub Desktop.
Save rgrinberg/da8d6b7896f4c28093d46eee54ad79d7 to your computer and use it in GitHub Desktop.
bindkey -e
source ~/.zplug/zplug
zplug "plugins/git", from:oh-my-zsh, if:"which git"
zplug "plugins/tmux", from:oh-my-zsh, if:"which tmux"
zplug "plugins/docker", from:oh-my-zsh
zplug "plugins/docker-compose", from:oh-my-zsh
zplug "plugins/command-not-found", from:oh-my-zsh
zplug "plugins/common-aliases", from:oh-my-zsh
zplug "plugins/compleat", from:oh-my-zsh
zplug "plugins/git-extras", from:oh-my-zsh
zplug "plugins/archlinux", from:oh-my-zsh
# zplug "lib/clipboard", from:oh-my-zsh, if:"[[ $OSTYPE == *darwin* ]]"
zplug "zsh-users/zsh-syntax-highlighting", nice:10
zplug "zsh-users/zsh-autosuggestions"
zplug "zsh-users/zsh-history-substring-search"
# completion.bash
# completion.zsh
# key-bindings.bash
# key-bindings.fish
# key-bindings.zsh
# zplug "junegunn/fzf", of:"shell/key-bindings.zsh"
zplug "junegunn/fzf", of:"shell/*.zsh"
zplug "tmuxinator/tmuxinator", of:"completion/*.zsh"
zplug "nojhan/liquidprompt"
zplug load
eval "$(fasd --init auto)"
# OPAM configuration
. /home/rgrinberg/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment