Add identities to agent
This commit is contained in:
@@ -15,12 +15,12 @@ Accent-Color: #00d3a8
|
|||||||
+ WM: `i3-gaps (home), i3 (work)`
|
+ WM: `i3-gaps (home), i3 (work)`
|
||||||
+ Terminal: `xterm`
|
+ Terminal: `xterm`
|
||||||
+ Font: `Inconsolata Nerd Font Mono`
|
+ Font: `Inconsolata Nerd Font Mono`
|
||||||
|
|
||||||
+ Vim-Theme: `Nord`
|
+ Vim-Theme: `Nord`
|
||||||
+ Vim-Bar: `airline`
|
+ Vim-Bar: `airline`
|
||||||
+ Xresources: `Nord`
|
+ Xresources: `Nord`
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
+ (`i3`, `Terminal`, `zsh`)
|
||||||
+ Bar: `polybar`
|
+ Bar: `polybar`
|
||||||
+ Transparency: `picom`
|
+ Transparency: `picom`
|
||||||
+ Backlight: `light`
|
+ Backlight: `light`
|
||||||
|
|||||||
@@ -15,11 +15,11 @@ plugins=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
{%@@ if profile == "work" @@%}
|
{%@@ if profile == "work" @@%}
|
||||||
zstyle :omz:plugins:ssh-agent identities
|
zstyle :omz:plugins:ssh-agent identities genua_internal gerrit
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
{%@@ if profile == "laptop" @@%}
|
{%@@ if profile == "laptop" @@%}
|
||||||
zstyle :omz:plugins:ssh-agent identities
|
zstyle :omz:plugins:ssh-agent identities github
|
||||||
{%@@ endif @@%}
|
{%@@ endif @@%}
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user