diff --git a/README.md b/README.md index eeb597b..582a1c3 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ Accent-Color: #00d3a8 + WM: `i3-gaps (home), i3 (work)` + Terminal: `xterm` + Font: `Inconsolata Nerd Font Mono` - + Vim-Theme: `Nord` + Vim-Bar: `airline` + Xresources: `Nord` ## Requirements ++ (`i3`, `Terminal`, `zsh`) + Bar: `polybar` + Transparency: `picom` + Backlight: `light` diff --git a/dotfiles/zsh/zshrc b/dotfiles/zsh/zshrc index e749a8f..2c000ee 100644 --- a/dotfiles/zsh/zshrc +++ b/dotfiles/zsh/zshrc @@ -15,11 +15,11 @@ plugins=( ) {%@@ if profile == "work" @@%} -zstyle :omz:plugins:ssh-agent identities +zstyle :omz:plugins:ssh-agent identities genua_internal gerrit {%@@ endif @@%} {%@@ if profile == "laptop" @@%} -zstyle :omz:plugins:ssh-agent identities +zstyle :omz:plugins:ssh-agent identities github {%@@ endif @@%} source $ZSH/oh-my-zsh.sh