mirror of
https://github.com/Foltik/dotfiles
synced 2025-03-21 11:12:50 -04:00
Add powerlevel9k theme
This commit is contained in:
parent
c4ce0db046
commit
3b86f6acda
@ -5,7 +5,7 @@ ZSH=/usr/share/oh-my-zsh/
|
|||||||
source /usr/share/autojump/autojump.zsh
|
source /usr/share/autojump/autojump.zsh
|
||||||
|
|
||||||
# ZSH Theme
|
# ZSH Theme
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="powerlevel9k/powerlevel9k"
|
||||||
|
|
||||||
# Use case-sensitive completion.
|
# Use case-sensitive completion.
|
||||||
CASE_SENSITIVE="true"
|
CASE_SENSITIVE="true"
|
||||||
|
@ -124,6 +124,8 @@ install_i3_laptop() {
|
|||||||
configure_common() {
|
configure_common() {
|
||||||
### Install Config Files
|
### Install Config Files
|
||||||
lnh "Installing Common Configuration Files"
|
lnh "Installing Common Configuration Files"
|
||||||
|
# powerlevel9k
|
||||||
|
sudo git clone https://github.com/bhilburn/powerlevel9k.git /usr/share/oh-my-zsh/themes/powerlevel9k
|
||||||
# ZSH
|
# ZSH
|
||||||
lnf
|
lnf
|
||||||
cp -v cfg/zshrc ~/.zshrc
|
cp -v cfg/zshrc ~/.zshrc
|
||||||
|
Loading…
Reference in New Issue
Block a user