summaryrefslogtreecommitdiffstats
path: root/config.toml
blob: a39faa5cd9235d62eaecaa86dd1a6660f399e330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[defaults]
repositories = { main = { path = './' } }

[configurations.interactive]
packages = ['git', 'vim', 'tmux', 'zsh', 'base16-shell']

[configurations.interactive.collections.zshrc]
destination = '~/.zshrc'

[configurations.desktop]
dependencies = ['interactive']
packages = ['desktop-misc', 'herbstluftwm', 'mpv']

[configurations.saga]
dependencies = ['desktop']

[configurations.work]
pattern = '^inv1716\.smb'
dependencies = ['interactive']

	[[configurations.work.vaults]]
	path = './vaults/work.gpg'
	type = 'shell'
	command = 'gpg --batch --yes -o "${IGOR_OUTFILE}" -d "${IGOR_VAULT}"'