-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoi.toml.tmpl
53 lines (43 loc) · 1.17 KB
/
.chezmoi.toml.tmpl
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
45
46
47
48
49
50
51
52
53
# Config
[edit]
command = "nvim"
[merge]
command = "nvim"
args = ["-d", "{{ "{{" }} .Destination {{ "}}" }}", "{{ "{{" }} .Source {{ "}}" }}", "{{ "{{" }} .Target {{ "}}" }}"]
[diff]
pager = "delta"
# Data to be replaced
[data.git]
name = "Rudolf Tucek"
email = "tucek.rudolf@gmail.com"
signingkey = "0x49593BD010DE4723"
[data.gpg]
signingkey = "0x49593BD010DE4723"
# we use either one of these 3:
# - keys.openpgp.org
# - keyserver.ubuntu.com
# - pgp.mit.edu
keyserver = "keys.openpgp.org"
[data.i3]
# Run `xrandr --listmonitors` in order to see all available monitors
monitor = "eDP"
# Run `xrandr --current` in order to see supported dimensions
resolution = "2880x1800"
[data.npm]
token = ""
[data.vim.coc]
intelephense_licensekey = ""
[data.polybar]
# Run `xrandr --listmonitors` in order to see all available monitors
monitor = "eDP"
# Run `ls -1 /sys/class/power_supply/` in order to get an overview.
battery_adapter = "ADP1"
# Run `ip link` for an overview of applicable interfaces
net_interface_eth = "enx34298f9240b4"
net_interface_wlp = "wlan0"
[data.nitrogen]
bg_mode = "5"
posx = "1484"
posy = "64"
sizex = "522"
sizey = "591"