Skip to content

Instantly share code, notes, and snippets.

@CMarzin
Created December 23, 2018 14:24
Show Gist options
  • Save CMarzin/6b42f788eb38d7281de017aa39be26c9 to your computer and use it in GitHub Desktop.
Save CMarzin/6b42f788eb38d7281de017aa39be26c9 to your computer and use it in GitHub Desktop.
ZSH_THEME="powerlevel9k/powerlevel9k"
##########
# CONFIG POWERLEVEL
##########
POWERLEVEL9K_MODE='awesome-patched'
POWERLEVEL9K_VCS_GIT_GITHUB_ICON='\uE1AA'
POWERLEVEL9K_RVM_VISUAL_IDENTIFIER_COLOR="red"
POWERLEVEL9K_RVM_BACKGROUND="black"
POWERLEVEL9K_NODE_VERSION_BACKGROUND="black"
POWERLEVEL9K_NODE_VERSION_FOREGROUND="white"
POWERLEVEL9K_NODE_VERSION_VISUAL_IDENTIFIER_COLOR="green"
POWERLEVEL9K_LEFT_PROMPT_ELEMENTS=('os_icon' 'root_indicator' 'dir' 'dir_writable' 'vcs')
POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS=('node_version' 'rvm' 'time' 'status')
@CMarzin
Copy link
Author

CMarzin commented Dec 23, 2018

Result with the Nord theme

capture d ecran 2018-12-23 a 15 25 33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment