Skip to content

Instantly share code, notes, and snippets.

@jonyfs
Last active January 14, 2020 12:35
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 jonyfs/1624cf411451c3ff2ec2188089809ca1 to your computer and use it in GitHub Desktop.
Save jonyfs/1624cf411451c3ff2ec2188089809ca1 to your computer and use it in GitHub Desktop.
NerdConsole - A ZSH configuration to improve productivity
# Load oh-my-zsh library.
antigen use oh-my-zsh
# Load bundles from external repos.
antigen bundle git
antigen bundle docker
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
antigen bundle brew
antigen bundle common-aliases
antigen bundle compleat
antigen bundle git-extras
antigen bundle git-flow
antigen bundle npm
antigen bundle osx
antigen bundle web-search
antigen bundle z
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh
antigen bundle zsh-users/zsh-completions
antigen theme romkatv/powerlevel10k
# NVM bundle
export NVM_LAZY_LOAD=true
antigen bundle lukechilds/zsh-nvm
antigen bundle Sparragus/zsh-auto-nvm-use
# Tell Antigen that you're done.
antigen apply
# Load custom aliases
[[ -s "$HOME/.bash_aliases" ]] && source "$HOME/.bash_aliases"
# Load oh-my-zsh library.
antigen use oh-my-zsh
# Load bundles from external repos.
antigen bundle git
antigen bundle git-extras
antigen bundle gitfast
antigen bundle git-flow
antigen bundle git-flow-avh
antigen bundle git-hubflow
antigen bundle git-remote-branch
antigen bundle mvn
antigen bundle docker
antigen bundle heroku
antigen bundle pip
antigen bundle lein
antigen bundle command-not-found
antigen bundle brew
antigen bundle common-aliases
antigen bundle compleat
antigen bundle git-extras
antigen bundle git-flow
antigen bundle npm
antigen bundle osx
antigen bundle web-search
antigen bundle z
antigen bundle zsh-users/zsh-autosuggestions
antigen bundle zsh-users/zsh-syntax-highlighting
antigen bundle zsh-users/zsh-history-substring-search ./zsh-history-substring-search.zsh
antigen bundle zsh-users/zsh-completions
antigen theme romkatv/powerlevel10k
# NVM bundle
export NVM_LAZY_LOAD=true
antigen bundle lukechilds/zsh-nvm
antigen bundle Sparragus/zsh-auto-nvm-use
# Tell Antigen that you're done.
antigen apply
# Load custom aliases
[[ -s "$HOME/.bash_aliases" ]] && source "$HOME/.bash_aliases"
cd ~
curl -L git.io/antigen > antigen.zsh
git clone https://github.com/ryanoasis/nerd-fonts.git
cd nerd-fonts
./install.sh
cd ~
curl -s "https://get.sdkman.io" | bash
p10k configure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment