-
Notifications
You must be signed in to change notification settings - Fork 3
/
modules.yml
33 lines (29 loc) · 1.17 KB
/
modules.yml
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
dotfiles:
# This module automatically compiles all filenames within $XDG_CONFIG_HOME
# prefixed with 'template.'. It removes the prefix for the compile target,
# placing it in the same directory as the template.
compile:
content: $XDG_CONFIG_HOME
target: $XDG_CONFIG_HOME
include: 'template\.(.+)'
terminals:
# By default, this module is not enabled, since it overwrites possibly
# pre-existing configuration files. Enable it in config/modules.
#
# This module uses the color scheme context syntax from:
# github::jakobgm/color-schemes.astrality
# And the color scheme can be changed in context/color_schemes_config
#
# It makes it easy to change color schemes for all your terminals at the
# same time.
#
# Terminals:
# Alacritty: https://github.com/jwilm/alacritty
# Kitty: https://github.com/kovidgoyal/kitty
requires:
- installed: 'kitty'
compile:
- content: modules/terminals/kitty.conf.template
target: {{ env.XDG_CONFIG_HOME }}/kitty/kitty.conf
- content: modules/terminals/diff.conf.template
target: {{ env.XDG_CONFIG_HOME }}/kitty/diff.conf