From 0586013f249ca378f359586811179e6eecddfed4 Mon Sep 17 00:00:00 2001 From: Ariel Barreiro Date: Thu, 12 Dec 2024 21:22:54 -0300 Subject: [PATCH] feat: eza v0.20.12 --- .ddev/addon-metadata/pimp-my-shell/manifest.yaml | 2 +- .ddev/web-build/Dockerfile.pimp-my-shell | 5 +++-- web-build/Dockerfile.pimp-my-shell | 5 +++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index 4b64b79..0b0ad71 100644 --- a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml +++ b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml @@ -1,7 +1,7 @@ name: pimp-my-shell repository: . version: "" -install_date: "2024-12-06T15:42:21-03:00" +install_date: "2024-12-12T21:22:15-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index ea01e98..a40e6c1 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -64,7 +64,7 @@ RUN set -eux; \ # eza RUN set -eux; \ - EZA_VERSION=0.20.11; \ + EZA_VERSION=0.20.12; \ wget -q https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/eza_`uname -m`-unknown-linux-gnu.tar.gz -O- | tar -zxf - -C /usr/local/bin; \ wget https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/completions-${EZA_VERSION}.tar.gz -O eza-completions.tar.gz; \ tar -xzf eza-completions.tar.gz --strip-components=3 -C /etc/bash_completion.d/ ./target/completions-${EZA_VERSION}/eza; \ @@ -113,7 +113,8 @@ USER root:root # kitty-terminfo from directoy from their GitHub repo @ master RUN set -eux; \ - url="https://github.com/kovidgoyal/kitty/raw/refs/tags/v0.37.0/terminfo/x/xterm-kitty"; \ + KITTY_VERSION=0.37.0; \ + url="https://github.com/kovidgoyal/kitty/raw/refs/tags/v${KITTY_VERSION}/terminfo/x/xterm-kitty"; \ mkdir -p /usr/share/terminfo/x; \ cd /usr/share/terminfo/x; \ wget -q "${url}"; diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index ea01e98..a40e6c1 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -64,7 +64,7 @@ RUN set -eux; \ # eza RUN set -eux; \ - EZA_VERSION=0.20.11; \ + EZA_VERSION=0.20.12; \ wget -q https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/eza_`uname -m`-unknown-linux-gnu.tar.gz -O- | tar -zxf - -C /usr/local/bin; \ wget https://github.com/eza-community/eza/releases/download/v${EZA_VERSION}/completions-${EZA_VERSION}.tar.gz -O eza-completions.tar.gz; \ tar -xzf eza-completions.tar.gz --strip-components=3 -C /etc/bash_completion.d/ ./target/completions-${EZA_VERSION}/eza; \ @@ -113,7 +113,8 @@ USER root:root # kitty-terminfo from directoy from their GitHub repo @ master RUN set -eux; \ - url="https://github.com/kovidgoyal/kitty/raw/refs/tags/v0.37.0/terminfo/x/xterm-kitty"; \ + KITTY_VERSION=0.37.0; \ + url="https://github.com/kovidgoyal/kitty/raw/refs/tags/v${KITTY_VERSION}/terminfo/x/xterm-kitty"; \ mkdir -p /usr/share/terminfo/x; \ cd /usr/share/terminfo/x; \ wget -q "${url}";