(feat): Updated to Powerlevel10k
Powerlevel9k is no longer updated. Powerlevel10k is the never version. Supports current powerlevel9k settings. Pushed for the update
This commit is contained in:
		
							parent
							
								
									7199c955e4
								
							
						
					
					
						commit
						233c10e064
					
				
					 2 changed files with 7 additions and 2 deletions
				
			
		|  | @ -19,7 +19,12 @@ if ! [ -d "$HOME/.oh-my-zsh/" ]; then | ||||||
| fi | fi | ||||||
| 
 | 
 | ||||||
| # Grab and configure powerlevel9k | # 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 | # 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 | wget https://github.com/ryanoasis/nerd-fonts/raw/master/patched-fonts/Hack/Regular/complete/Hack%20Regular%20Nerd%20Font%20Complete.ttf | ||||||
|  |  | ||||||
|  | @ -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 | # Optionally, if you set this to "random", it'll load a random theme each | ||||||
| # time that oh-my-zsh is loaded. | # time that oh-my-zsh is loaded. | ||||||
| # ZSH_THEME="dracula" | # ZSH_THEME="dracula" | ||||||
| ZSH_THEME="powerlevel9k/powerlevel9k" | ZSH_THEME="powerlevel10k/powerlevel10k" | ||||||
| POWERLEVEL9K_MODE="nerdfont-complete" | POWERLEVEL9K_MODE="nerdfont-complete" | ||||||
| DEFAULT_USER="bridgway" | DEFAULT_USER="bridgway" | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Blake Ridgway
						Blake Ridgway