Skip to content

Commit e775624

Browse files
committed
Update the script to use powerlevel 10k instead of 9k
1 parent bbdbe95 commit e775624

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ postinstall_print "oh-my-zsh"
8686

8787
preinstall_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
9292
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)