Skip to content

Instantly share code, notes, and snippets.

@nij4t
Last active July 27, 2019 08:56
Show Gist options
  • Save nij4t/e772568b5bb7e8247c0d10ee3fc732cf to your computer and use it in GitHub Desktop.
Save nij4t/e772568b5bb7e8247c0d10ee3fc732cf to your computer and use it in GitHub Desktop.
oh-my-zsh config
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="powerlevel9k/powerlevel9k"
POWERLEVEL9K_MODE='nerdfont-complete'
#POWERLEVEL9K_MODE='Noto Mono for Powerline'
#POWERLEVEL9K_MODE='DejaVuSansMono NF'
POWERLEVEL9K_CUSTOM_DISTRO_ICON="echo ' '"
POWERLEVEL9K_CUSTOM_DISTRO_ICON_BACKGROUND=000
POWERLEVEL9K_CUSTOM_DISTRO_ICON_FOREGROUND=040
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=(custom_distro_icon context dir dir_writable vcs vi_mode)
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=(status root_indicator background_jobs history time)
POWERLEVEL9K_PROMPT_ON_NEWLINE=true
plugins=(
git
)
source $ZSH/oh-my-zsh.sh
source $HOME/.env
screenfetch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment