1 parent 9a484f6 commit 1f3d3c3Copy full SHA for 1f3d3c3
1 file changed
mise.toml
@@ -17,9 +17,6 @@ tap_to_click = true
17
[bootstrap.user]
18
login_shell = "/opt/homebrew/bin/zsh"
19
20
-[env]
21
-_.path = ["/opt/homebrew/bin", "/opt/homebrew/sbin", "./bin"]
22
-
23
[tools]
24
"github:afadesigns/zshellcheck" = "1.7.1"
25
"github:goss-org/goss" = "0.4.9"
@@ -34,7 +31,16 @@ zizmor = "1.26.1"
34
31
35
32
[tasks.bootstrap]
36
33
run = [
37
- "chezmoi apply",
+ '''
+ env -i \
+ HOME="$HOME" \
+ HOMEBREW_PREFIX="${HOMEBREW_PREFIX:-/opt/homebrew}" \
38
+ GITHUB_ACTIONS="${GITHUB_ACTIONS:-}" \
39
+ /bin/zsh --no-rcs -s -- "$@" << 'EOF'
40
+ eval "$(/usr/libexec/path_helper -s)"
41
+ path=("$HOMEBREW_PREFIX/bin"(N-/) "$HOMEBREW_PREFIX/sbin"(N-/) $path)
42
+ chezmoi apply --verbose
43
+ ''',
44
]
45
46
[tasks.zsh-bench]
0 commit comments