more zsh setup

This commit is contained in:
Lance Vick 2024-12-01 17:06:51 -08:00
parent 02c1ed83c3
commit e831415ae3
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
3 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[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
zsh/.oh-my-zsh Submodule

@ -0,0 +1 @@
Subproject commit 69a6359f7cf8978d464573fb7b023ee3cd00181a

View File

@ -3,6 +3,7 @@ ZSH=$HOME/.oh-my-zsh
DEFAULT_USER="lrvick"
DISABLE_AUTO_UPDATE="true"
COMPLETION_WAITING_DOTS="true"
ZSH_THEME="${HOME}/.zsh/themes/powerlevel10k"
plugins=(git git-extras mosh vi-mode docker pass systemd z taskwarrior docker docker-compose)
source $ZSH/oh-my-zsh.sh
@ -10,5 +11,3 @@ source $ZSH/oh-my-zsh.sh
pl_zsh_module=/usr/share/powerline/bindings/zsh/powerline.zsh
[ -f "$pl_zsh_module" ] && source "$pl_zsh_module"
# OPAM configuration
. /home/lrvick/.opam/opam-init/init.zsh > /dev/null 2> /dev/null || true