Skip to content

Instantly share code, notes, and snippets.

@jasesuperhero
Last active July 24, 2018 14:36
Show Gist options
  • Save jasesuperhero/b51c75a389aa614459db42584f09db68 to your computer and use it in GitHub Desktop.
Save jasesuperhero/b51c75a389aa614459db42584f09db68 to your computer and use it in GitHub Desktop.
source /usr/local/share/antigen/antigen.zsh
# Load the oh-my-zsh's library.
antigen use oh-my-zsh
# Bundles from the default repo (robbyrussell's oh-my-zsh).
antigen bundle git
antigen bundle colored-man
antigen bundle colorize
antigen bundle github
antigen bundle jira
antigen bundle vagrant
antigen bundle virtualenv
antigen bundle swiftpm
antigen bundle docker
antigen bundle ruby
antigen bundle rbenv
antigen bundle nvm
antigen bundle node
antigen bundle brew
antigen bundle osx
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
# Load the theme.
antigen theme https://github.com/denysdovhan/spaceship-zsh-theme spaceship
SPACESHIP_PROMPT_ORDER=(
time # Time stampts section
user # Username section
dir # Current directory section
host # Hostname section
git # Git section (git_branch + git_status)
hg # Mercurial section (hg_branch + hg_status)
package # Package version
node # Node.js section
ruby # Ruby section
elixir # Elixir section
xcode # Xcode section
swift # Swift section
golang # Go section
php # PHP section
rust # Rust section
haskell # Haskell Stack section
julia # Julia section
docker # Docker section
aws # Amazon Web Services section
venv # virtualenv section
conda # conda virtualenv section
pyenv # Pyenv section
dotnet # .NET section
ember # Ember.js section
kubecontext # Kubectl context section
exec_time # Execution time
line_sep # Line break
vi_mode # Vi-mode indicator
jobs # Background jobs indicator
exit_code # Exit code section
char # Prompt character
)
# Tell Antigen that you're done.
antigen apply
SPACESHIP_PROMPT_SYMBOL="#>"
export PATH=$PATH:/usr/local/opt/go/libexec/bin
export NVM_DIR="$HOME/.nvm"
. "/usr/local/opt/nvm/nvm.sh"
export PATH="/usr/local/sbin:$PATH"
alias simfix=killall\ -9\ -v\ com.apple.CoreSimulator.CoreSimulatorService
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment