-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmise.toml
More file actions
98 lines (89 loc) · 2.06 KB
/
Copy pathmise.toml
File metadata and controls
98 lines (89 loc) · 2.06 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
[bootstrap.packages]
"brew:autoconf" = "latest"
"brew:automake" = "latest"
"brew:bat" = "latest"
"brew:cmake" = "latest"
"brew:colordiff" = "latest"
"brew:coreutils" = "latest"
"brew:crit" = "latest"
"brew:curl" = "latest"
"brew:exiftool" = "latest"
"brew:fd" = "latest"
"brew:findutils" = "latest"
"brew:fswatch" = "latest"
"brew:fzf" = "latest"
"brew:gh" = "latest"
"brew:ghq" = "latest"
"brew:git" = "latest"
"brew:git-delta" = "latest"
"brew:git-lfs" = "latest"
"brew:gnu-sed" = "latest"
"brew:gnu-tar" = "latest"
"brew:gnupg" = "latest"
"brew:grep" = "latest"
"brew:gzip" = "latest"
"brew:hk" = "latest"
"brew:htop" = "latest"
"brew:hub" = "latest"
"brew:hyperfine" = "latest"
"brew:jj" = "latest"
"brew:jq" = "latest"
"brew:mise" = "latest"
"brew:moreutils" = "latest"
"brew:neovim" = "latest"
"brew:poppler" = "latest"
"brew:ripgrep" = "latest"
"brew:rsync" = "latest"
"brew:rtk" = "latest"
"brew:sheldon" = "latest"
"brew:socat" = "latest"
"brew:tig" = "latest"
"brew:unzip" = "latest"
"brew:wget" = "latest"
"brew:xz" = "latest"
"brew:yazi" = "latest"
"brew:zoxide" = "latest"
"brew:zsh" = "latest"
[bootstrap.macos.dock]
autohide = true
show_recents = false
[bootstrap.macos.keyboard]
key_repeat = 2
initial_key_repeat = 15
press_and_hold = false
[bootstrap.macos.trackpad]
tap_to_click = true
[bootstrap.user]
login_shell = "/opt/homebrew/bin/zsh"
[tools]
"github:afadesigns/zshellcheck" = "1.7.1"
"github:goss-org/goss" = "0.4.10"
actionlint = "1.7.12"
chezmoi = "2.72.0"
dprint = "0.56.1"
hk = "1.56.0"
pkl = "0.32.1"
shellcheck = "0.11.0"
shfmt = "3.13.1"
zizmor = "1.29.0"
[tasks.bootstrap]
run = [
'''
env -i \
HOME="$HOME" \
HOMEBREW_PREFIX="${HOMEBREW_PREFIX:-/opt/homebrew}" \
GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" \
/bin/zsh --no-rcs -c '
eval "$(/usr/libexec/path_helper -s)"
path=(~/.local/share/mise/shims(N-/) "$HOMEBREW_PREFIX/bin"(N-/) "$HOMEBREW_PREFIX/sbin"(N-/) $path)
chezmoi apply
'
''',
]
[tasks.zsh-bench]
run = "hyperfine -w 5 -r 50 'zsh -i -c exit'"
[tasks.zsh-prof]
run = "zsh -i -c exit"
env.ZPROF = "1"
[shell_alias]
cz = "chezmoi"