-
Notifications
You must be signed in to change notification settings - Fork 2
/
bombadil.toml
44 lines (35 loc) · 1.48 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
dotfiles_dir = "dotfiles"
gpg_user_id = "[email protected]"
import = [
{ path = "wm/sway/sway.toml" },
{ path = "wm/hypr/hypr.toml" },
]
[settings]
vars = [ "vars.toml"]
posthooks = [
"sassc ~/.config/gBar/style.scss ~/.config/gBar/style.css"
]
[settings.dots]
alacritty = { source = "alacritty", target = ".config/alacritty" }
zsh = { source = "zsh/zshrc", target = ".zshrc" }
zsh_env = { source = "zsh/zshenv", target = ".zshenv" }
starship = { source = "zsh/starship.toml", target = ".config/starship.toml" }
gitconfig = { source = "git/gitconfig", target = ".gitconfig" }
gitignore = { source = "git/gitignore", target = ".gitignore" }
helix = {source = "editors/helix", target = ".config/helix" }
nvim = { source = "editors/neovim/", target = ".config/nvim" }
zed = { source = "editors/zed/", target = ".config/zed" }
gpg_agent = { source = "gpg/gpg-agent.conf", target = ".gnupg/gpg-agent.conf" }
xdg_dirs = { source = "xdg/user-dirs.dirs", target = ".config/user-dirs.dirs" }
gtk2 = { source = "gtk/gtkrc-2.0", target = ".gtkrc-2.0" }
gtk3 = { source = "gtk/gtk-3.0", target = ".config/gtk-3.0" }
gtk4 = { source = "gtk/gtk-3.0", target = ".config/gtk-4.0" }
onagre = { source = "onagre", target = ".config/onagre" }
gBar = { source = "gBar", target = ".config/gBar" }
mako = { source = "mako", target = ".config/mako" }
[profiles.swaywm]
vars = [ "profiles/laptop_vars.toml"]
extra_profiles = ["sway"]
[profiles.laptop]
vars = [ "profiles/laptop_vars.toml"]
extra_profiles = ["hypr"]