File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ rm -rf /etc/apt/sources.list.d/docker.list
6363
6464cd /tmp
6565# Install direnv
66- DIRENV_VERSION=v2.34.0
66+ DIRENV_VERSION=v2.37.1
6767wget -q https://github.com/direnv/direnv/releases/download/${DIRENV_VERSION} /direnv.linux-amd64
6868mv direnv.linux-amd64 /usr/local/bin/direnv && chmod a+x /usr/local/bin/direnv && direnv --version
6969
@@ -124,13 +124,13 @@ mv bin/protoc /opt/go/bin/ && /opt/go/bin/protoc --version
124124mv include /opt/go/
125125
126126# Install python uv
127- export UV_VERSION=0.9.21
127+ export UV_VERSION=0.10.10
128128wget -q https://github.com/astral-sh/uv/releases/download/${UV_VERSION} /uv-x86_64-unknown-linux-gnu.tar.gz
129129tar -xf uv-x86_64-unknown-linux-gnu.tar.gz
130130mv uv-x86_64-unknown-linux-gnu/* /usr/local/bin
131131
132132# Install zoxide(autojump alternative)
133- export ZOXIDE_VERSION=0.9.8
133+ export ZOXIDE_VERSION=0.9.9
134134wget -q https://github.com/ajeetdsouza/zoxide/releases/download/v${ZOXIDE_VERSION} /zoxide_${ZOXIDE_VERSION} -1_amd64.deb
135135dpkg -i ./zoxide_${ZOXIDE_VERSION} -1_amd64.deb
136136
You can’t perform that action at this time.
0 commit comments