53 lines
1.4 KiB
Plaintext
53 lines
1.4 KiB
Plaintext
|
|
export let base = #{
|
|
theme: #{
|
|
targets: #{
|
|
"gtk2": "~/.config/gtk-2.0",
|
|
"gtk3": "~/.config/gtk-3.0",
|
|
"gtk4": "~/.config/gtk-4.0",
|
|
"icons": "~/.icons",
|
|
"themes_lc": "~/.local/share/themes",
|
|
"icons_lc": "~/.local/share/icons"
|
|
},
|
|
enabled: true
|
|
},
|
|
zsh: #{ targets: #{
|
|
".zshrc": "~/.zshrc",
|
|
"config": "~/.config/zsh",
|
|
"starship.toml": "~/.config/starship.toml"
|
|
},
|
|
enabled: true},
|
|
|
|
utility: #{
|
|
targets: #{
|
|
"util-scripts": "~/.local/share/until-scripts/",
|
|
"nem": "~/.local/share/nem",
|
|
},
|
|
enabled: true
|
|
},
|
|
git: #{ targets: #{
|
|
".gitconfig": "~/.gitconfig"
|
|
},
|
|
enabled: true },
|
|
wireshark: #{
|
|
targets: "~/.config/wireshark",
|
|
enabled: true
|
|
},
|
|
fonts: #{
|
|
targets: "~/.local/share/fonts",
|
|
enabled: true
|
|
},
|
|
logseq: #{
|
|
targets: #{
|
|
"logseq": "~/.logseq",
|
|
"config-logseq": "~/.config/Logseq"
|
|
},
|
|
enabled: true
|
|
},
|
|
|
|
vlc: #{ targets: "~/.config/vlc", enabled: true },
|
|
assets: #{ targets: "~/.config/assets", enabled: true},
|
|
libreoffice: #{ targets: "~/.config/libreoffice", enabled: true },
|
|
vim: #{ targets: "~/.config/vim", enabled: true},
|
|
|
|
} |