include more things in dotbot

This commit is contained in:
Inhji 2023-09-06 07:07:25 +02:00
parent 0dae596219
commit c4f6b8b4d0
1 changed files with 17 additions and 6 deletions

View File

@ -5,6 +5,14 @@
~/.ssh/config:
create: true
path: config/ssh/config
~/.local/bin:
create: true
glob: true
path: config/scripts/**
~/.config/cmus:
create: true
glob: true
path: config/cmus/**
~/.config/waybar:
create: true
glob: true
@ -15,19 +23,22 @@
~/.config/rofi:
glob: true
path: config/rofi/themes/**
~/.config/sway/config:
~/.config/sway:
glob: true
create: true
path: config/sway/config
path: config/sway/**
~/.config/fish:
glob: true
create: true
path: config/fish/**
~/.config/alacritty/alacritty.yml:
~/.config/alacritty:
glob: true
create: true
path: config/alacritty/alacritty.yml
~/.config/helix/config.toml:
path: config/alacritty/**
~/.config/helix:
glob: true
create: true
path: config/helix/config.toml
path: config/helix/**
~/.config/dunst/dunstrc: config/dunst/dunstrc
~/.config/starship.toml: config/starship/starship
~/.local/bin/swayprop: config/scripts/swayprop.sh