This commit is contained in:
CramMK
2020-04-01 14:16:04 +02:00
parent e56157fd0e
commit 9d3daa37ff
7 changed files with 158 additions and 7 deletions

View File

@@ -69,6 +69,9 @@ dotfiles:
d_rofi:
src: rofi
dst: ~/.config/rofi
d_cava:
src: cava
dst: ~/.config/cava
profiles:
laptop:
@@ -84,6 +87,7 @@ profiles:
- polybar
- dunst
- rofi
- cava
work:
include:
- zsh
@@ -142,3 +146,6 @@ profiles:
rofi:
dotfiles:
- d_rofi
cava:
dotfiles:
- d_cava