Skip to content

Commit 38ef20f

Browse files
committed
chore: undo bail
1 parent 85a250f commit 38ef20f

3 files changed

Lines changed: 3 additions & 17 deletions

File tree

private_dot_npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
prefix=/home/james/.npm-global
1+
prefix=${HOME}/.npm-global

run_once_after_install-fisher-plugins.fish.tmpl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22
# Install fisher plugins from fish_plugins file
33
# {{ include "private_dot_config/fish/fish_plugins" | sha256sum }}
44

5-
# Keep Coder startup fast by default.
6-
# Set DOTFILES_INSTALL_FISHER_IN_CODER=1 to opt in.
7-
if set -q CODER_AGENT_TOKEN
8-
if test "$DOTFILES_INSTALL_FISHER_IN_CODER" != "1"
9-
echo "Running under Coder, skipping fisher plugin install"
10-
exit 0
11-
end
12-
end
13-
145
# Install fisher if not present
156
if not type -q fisher
167
echo "Installing fisher..."

run_once_install-packages.sh.tmpl

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ if [ -n "$GRIEVER_INSTALL" ]; then
88
exit 0
99
fi
1010

11-
# Keep Coder startup fast and avoid blocking on sudo/apt/download steps.
12-
# The workspace image/startup script should handle system provisioning.
13-
# Set DOTFILES_INSTALL_PACKAGES_IN_CODER=1 to opt in.
14-
if [ -n "$CODER_AGENT_TOKEN" ] && [ "${DOTFILES_INSTALL_PACKAGES_IN_CODER:-0}" != "1" ]; then
15-
echo "Running under Coder, skipping package/bootstrap install"
16-
exit 0
17-
fi
11+
# Run package/bootstrap install in Coder too.
12+
# We handle apt lock contention below via explicit wait/retry logic.
1813

1914
{{ if eq .chezmoi.osRelease.id "arch" -}}
2015
# Arch Linux

0 commit comments

Comments
 (0)