Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/scripts/install-pinned-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ set -euo pipefail

# Pinned versions. Bump these deliberately; the Meter Reader Minion watches
# hardcoded version numbers in scripts.
readonly DROID_VERSION="0.205.0"
readonly CHEZMOI_VERSION="2.72.0"
readonly DROID_VERSION="0.209.0"
readonly CHEZMOI_VERSION="2.72.1"

readonly INSTALL_DIR="${HOME}/.local/bin"

Expand Down
10 changes: 6 additions & 4 deletions dot_zsh_plugins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ ahjota/zsh-manydots-magic
matthiasha/zsh-uv-env kind:defer

# auto-switch node if n is installed.
# Replaces gretzsky/n.zsh. The upstream switch_n chpwd hook called `exit 1`
# when `n` wasn't installed and killed the shell on every cd. My fork
# ahjota/n.zsh fixes this behavior.
ahjota/n.zsh kind:defer
# The upstream gretzky/n.zsh repo was renamed to vineyardbovines/n.zsh.
# The original switch_n chpwd hook still calls `exit 1` when `n` or `jq`
# isn't installed, which kills the shell on every cd. The previous fork
# (ahjota/n.zsh) is no longer available, so this points at the renamed
# upstream; use with care if `n` is not installed.
vineyardbovines/n.zsh kind:defer