File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ postinstall_print "oh-my-zsh"
8686
8787preinstall_print " oh-my-zsh themes & plugins"
8888# Install theme
89- git clone https://github.com/bhilburn/powerlevel9k .git ~ /.oh-my-zsh/custom/ themes/powerlevel9k
89+ git clone https://github.com/romkatv/powerlevel10k .git $ZSH_CUSTOM / themes/powerlevel10k
9090
9191# Install auto-suggestions
9292git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:- ~/ .oh-my-zsh/ custom} /plugins/zsh-autosuggestions
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export ZSH="$HOME/.oh-my-zsh"
66# Set name of the theme to load. Optionally, if you set this to "random"
77# it'll load a random theme each time that oh-my-zsh is loaded.
88# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
9- ZSH_THEME=" powerlevel9k/powerlevel9k "
9+ ZSH_THEME=" powerlevel10k/powerlevel10k "
1010
1111# Set list of themes to load
1212# Setting this variable when ZSH_THEME=random
You can’t perform that action at this time.
0 commit comments