Created
August 4, 2020 00:42
-
-
Save bytefade/7c293bfa7cbe4ce7d227b6bf7ef17e54 to your computer and use it in GitHub Desktop.
oh my zsh terminal app
This file contains hidden or 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 /path/to/antigen.zsh | |
eval "$(starship init zsh)" | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
# 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 heroku | |
antigen bundle pip | |
antigen bundle lein | |
antigen bundle command-not-found | |
antigen theme carloscuesta/materialshell materialshell | |
# Syntax highlighting bundle. | |
antigen bundle zsh-users/zsh-syntax-highlighting | |
antigen bundle zsh-users/zsh-autosuggestions | |
# Load the theme. | |
antigen theme materialshell | |
# Tell Antigen that you're done. | |
antigen apply |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment