Skip to content

Instantly share code, notes, and snippets.

@keawade
Last active April 4, 2018 18:03
Show Gist options
  • Save keawade/5df5e7f6250fe88255841a0894f601e4 to your computer and use it in GitHub Desktop.
Save keawade/5df5e7f6250fe88255841a0894f601e4 to your computer and use it in GitHub Desktop.
source ~/.config/zsh/antigen.zsh
antigen bundle robbyrussell/oh-my-zsh lib/
antigen bundle git
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-completions
antigen bundle zsh-users/zsh-history-substring-search
antigen bundle lukechilds/zsh-nvm
antigen bundle ubuntu
antigen theme caiogondim/bullet-train.zsh
antigen apply
BULLETTRAIN_PROMPT_CHAR=λ
BULLETTRAIN_CONTEXT_DEFAULT_USER=keawade
BULLETTRAIN_STATUS_EXIST_SHOW=true
PATH=$PATH:~/.yarn/bin
PATH=$PATH:~/.cargo/bin
# tmuxinator
export EDITOR='vim'
export SHELL='zsh'
source ~/.bin/tmuxinator.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment