Last active
April 4, 2018 18:03
-
-
Save keawade/5df5e7f6250fe88255841a0894f601e4 to your computer and use it in GitHub Desktop.
This file contains 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
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