-
Notifications
You must be signed in to change notification settings - Fork 0
/
.chezmoidata.toml
85 lines (81 loc) · 1.65 KB
/
.chezmoidata.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
font = "Noto Sans 11"
monospaceFont = "Noto Sans Mono 11"
gtkTheme = "Catppuccin-Mocha-Standard-Sapphire-Dark"
iconTheme = "Adwaita"
unixCursorTheme = "capitaine-cursors-light"
unixCursorSize = "48"
gitLogPretty = "format:%C(auto)%h (%Cblue%al%Creset)%C(auto)%d %s"
xkbLayout = "us,cz(qwerty)"
xkbLayoutLocked = "us"
[aliases]
cz = "chezmoi"
cza = "chezmoi apply"
cze = "chezmoi edit"
czu = "chezmoi update"
ff = "firefox"
[gitaliases]
ca = "commit --amend --no-edit"
cb = "checkout -b"
d = "diff"
dc = "diff --cached"
dcs = "diff --cached --stat"
df = "diff"
ds = "diff --stat"
f = "fetch --prune"
l = "log"
p = "push"
pf = "push --force"
pl = "pull"
r = "rebase"
ra = "rebase --abort"
rc = "rebase --continue"
rs = "rebase --skip"
s = "status --short"
[packages]
alpine = [
"delta",
"drill",
"exa",
"git",
"git-crypt",
"go",
"htop",
"jq",
"lazygit",
"lua-language-server@testing",
"less",
"python3",
"neovim",
"ripgrep",
"rsync",
"starship",
"strace",
"tcpdump",
"tree-sitter-cli",
"unzip",
]
windows = [
"BurntSushi.ripgrep.MSVC",
"Git.Git",
"JesseDuffield.lazygit",
"junegunn.fzf",
"Microsoft.PowerShell",
"Microsoft.VisualStudioCode.Insiders",
"Microsoft.WindowsTerminal.Preview",
"Mozilla.Firefox",
"Microsoft.Sysinternals.Autoruns",
"Microsoft.Sysinternals.ProcessExplorer",
"Microsoft.Sysinternals.ProcessMonitor",
"Microsoft.Sysinternals.Sysmon",
"Neovim.Neovim",
"Starship.Starship",
"dandavison.delta",
"gsass1.NTop",
"jftuga.less",
"voidtools.Everything",
]
[setupAnsible]
alpine = [
"ansible",
"ansible-lint"
]