1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-22 06:50:57 -05:00

Add powerlevel9k theme

This commit is contained in:
Jack 2017-08-03 18:02:02 -07:00
parent c4ce0db046
commit 3b86f6acda
Signed by: foltik
GPG Key ID: 303F88F996E95541
2 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,7 @@ ZSH=/usr/share/oh-my-zsh/
source /usr/share/autojump/autojump.zsh
# ZSH Theme
ZSH_THEME="agnoster"
ZSH_THEME="powerlevel9k/powerlevel9k"
# Use case-sensitive completion.
CASE_SENSITIVE="true"

View File

@ -124,6 +124,8 @@ install_i3_laptop() {
configure_common() {
### Install Config Files
lnh "Installing Common Configuration Files"
# powerlevel9k
sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k
# ZSH
lnf
cp -v cfg/zshrc ~/.zshrc