diff options
author | Aaditya Dhruv <[email protected]> | 2023-09-10 12:01:02 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2023-09-10 12:01:02 -0500 |
commit | defd4bc9331fca1f9c59906e86221696cea3a832 (patch) | |
tree | 30bd804ea8580e2a450f357396a91c6f5d8f8b83 /src/config/vars | |
parent | 61469981d54bb1bc8349e4708829199cd93ba12a (diff) |
Add config role to install dotfiles
The config role will install the actual config files I use in the right
directories based on the options in the main config.yaml
Diffstat (limited to 'src/config/vars')
-rw-r--r-- | src/config/vars/main.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/config/vars/main.yaml b/src/config/vars/main.yaml new file mode 100644 index 0000000..6ed2229 --- /dev/null +++ b/src/config/vars/main.yaml @@ -0,0 +1,17 @@ +--- +misc: + - fonts + - fontconfig +config_wayland: + - hypr + - waybar +config_xorg: + - polybar + - bspwm + - sxhkd + - picom +config_all: + - dunst + - alacritty + - nvim + - i3lock |