diff options
Diffstat (limited to 'config.yaml')
-rw-r--r-- | config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml index 38cbf73..88d213a 100644 --- a/config.yaml +++ b/config.yaml @@ -91,6 +91,9 @@ dotfiles: d_kitty: src: config/kitty dst: ~/.config/kitty + d_zathura: + src: config/zathura + dst: ~/.config/zathura profiles: unicorn: dotfiles: @@ -123,6 +126,7 @@ profiles: - d_terminator - d_picom - d_kitty + - d_zathura pegasus: dotfiles: - d_i3pystatus @@ -179,3 +183,7 @@ profiles: - f_vdirsyncer_config - f_xinitrc - d_cava + - d_terminator + - f_zshrc + - d_zsh + - d_zathura |