zsh theme only
This commit is contained in:
parent
9d818e215a
commit
64866e6140
|
@ -1,6 +1,3 @@
|
|||
[submodule "zsh/.zsh/themes/powerlevel10k"]
|
||||
path = zsh/.zsh/themes/powerlevel10k
|
||||
url = https://github.com/romkatv/powerlevel10k.git
|
||||
[submodule "zsh/.oh-my-zsh"]
|
||||
path = zsh/.oh-my-zsh
|
||||
url = https://github.com/ohmyzsh/ohmyzsh.git
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 69a6359f7cf8978d464573fb7b023ee3cd00181a
|
12
zsh/.zshrc
12
zsh/.zshrc
|
@ -1,16 +1,6 @@
|
|||
#oh-my-zsh
|
||||
ZSH=$HOME/.oh-my-zsh
|
||||
DEFAULT_USER="lrvick"
|
||||
DISABLE_AUTO_UPDATE="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
ZSH_CUSTOM="${HOME}/.zsh/"
|
||||
ZSH_THEME="${ZSH_CUSTOM}/themes/powerlevel10k"
|
||||
LC_CTYPE="en_US.UTF-8"
|
||||
LC_ALL="en_US.UTF-8"
|
||||
plugins=(git git-extras mosh vi-mode docker pass systemd z taskwarrior docker docker-compose)
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
#powerline
|
||||
pl_zsh_module=/usr/share/powerline/bindings/zsh/powerline.zsh
|
||||
[ -f "$pl_zsh_module" ] && source "$pl_zsh_module"
|
||||
|
||||
source ~/.zsh/themes/powerlevel10k/powerlevel10k.zsh-theme
|
||||
|
|
Loading…
Reference in New Issue