-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmise.toml
More file actions
80 lines (68 loc) · 1.94 KB
/
Copy pathmise.toml
File metadata and controls
80 lines (68 loc) · 1.94 KB
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
[tools]
"github:crate-ci/committed" = "latest"
"github:mazznoer/lolcrab" = "latest"
aube = "latest"
bun = "latest"
dprint = "latest"
gitleaks = "latest"
lefthook = "latest"
lua-language-server = "2"
node = "24"
ripgrep = "latest"
shellcheck = "0.10"
shfmt = "latest"
stylua = "2"
taplo = "latest"
task = "latest"
typos = "latest"
uv = "latest"
yamllint = "1.38"
[hooks]
postinstall = "lefthook install"
[settings]
experimental = true
# using a lockfile helps avoid the need for a GitHub token on first time install
# activate with `mise lock`
lockfile = true
[bootstrap.macos.dock]
autohide = true
mru_spaces = false
[bootstrap.macos.keyboard]
key_repeat = 2
initial_key_repeat = 15
press_and_hold = false
[bootstrap.macos.defaults]
"NSGlobalDomain" = { AppleShowAllExtensions = true }
"com.apple.dock" = { showhidden = true }
[dotfiles]
"~/.aliases" = "aliases"
"~/.ctags" = "ctags"
"~/.gemrc" = "gemrc"
"~/.gitconfig" = "gitconfig"
"~/.gitignore" = "gitignore"
"~/.gitmessage" = "gitmessage"
"~/.ignore" = "ignore"
"~/.pgpass" = "pgpass"
"~/.prettierrc" = "prettierrc"
"~/.pryrc" = "pryrc"
"~/.psqlrc" = "psqlrc"
"~/.stylelintrc" = "stylelintrc"
"~/.zinitrc" = "zinitrc"
"~/.zshenv" = "zshenv"
"~/.zshrc" = "zshrc"
"~/.config/*" = "config/*"
[tasks."release:signing-key"]
description = "Generate/export the release-please GPG signing key"
file = "scripts/release-please-gpg-key.sh"
[tasks."release:signing-key:print"]
description = "Print release-please GPG signing values to stdout"
run = "bash scripts/release-please-gpg-key.sh --print"
[tasks."tart:fresh-install"]
description = "Run a fresh-install test in an ephemeral Tart macOS VM"
file = "scripts/tart-fresh-install-test.sh"
[tasks."tart:guest:install-core"]
description = "Run a dotfiles install flow inside a Tart macOS guest"
file = "scripts/tart-guest-install-core.sh"
[tasks."linux:fresh-install"]
description = "Run fresh-install tests in disposable Linux containers"
file = "scripts/linux-fresh-install-test.sh"