-
Notifications
You must be signed in to change notification settings - Fork 0
/
bombadil.toml
23 lines (19 loc) · 938 Bytes
/
bombadil.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
dotfiles_dir = "repos/personal/dot-files"
[settings]
vars = [ "vars.toml" ]
[settings.dots]
fish = { source = "fish", target = ".config/fish" }
git = { source = "git/gitconfig", target = ".gitconfig", vars = "git/vars.toml" }
gitui = { source = "gitui", target = ".config/gitui" }
git-delta = { source = "git-delta", target = ".config/git-delta" }
helix = { source = "helix", target = ".config/helix" }
kitty = { source = "kitty", target = ".config/kitty" }
[profiles.macos.dots]
kmonad = { source = "macos/kmonad", target = ".config/kmonad" }
[profiles.linux_laptop.dots]
kanata = { source = "linux/kanata", target = ".config/kanata" }
kanata_service = { source = "linux/kanata.service", target = ".config/systemd/user/kanata.service" }
# Wayland stuff
hypr = { source = "linux/hypr", target = ".config/hypr" }
sway = { source = "linux/sway", target = ".config/sway" }
waybar = { source = "linux/waybar", target = ".config/waybar" }