diff --git a/dotfiles/install b/dotfiles/install index 39cd967..dd972c9 100755 --- a/dotfiles/install +++ b/dotfiles/install @@ -19,7 +19,12 @@ if ! [ -d "$HOME/.oh-my-zsh/" ]; then fi # Grab and configure powerlevel9k -git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k +# Powerlevel9k +# git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/themes/powerlevel9k + +# Powerlevel10k +git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k + # Grabs Nerd Font and configures it wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 1e64cfd..b215509 100755 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -10,7 +10,7 @@ export PATH=$PATH:/usr/local/go/bin # Optionally, if you set this to "random", it'll load a random theme each # time that oh-my-zsh is loaded. # ZSH_THEME="dracula" -ZSH_THEME="powerlevel9k/powerlevel9k" +ZSH_THEME="powerlevel10k/powerlevel10k" POWERLEVEL9K_MODE="nerdfont-complete" DEFAULT_USER="bridgway"