Skip to content

Commit

Permalink
feat: eza 0.20.14 and kitty terminfo 0.38.1 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Dec 26, 2024
1 parent e8ccc5f commit d14fdf0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ddev/addon-metadata/pimp-my-shell/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pimp-my-shell
repository: .
version: ""
install_date: "2024-12-23T14:39:01-03:00"
install_date: "2024-12-26T13:51:26-03:00"
project_files:
- web-build/Dockerfile.pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell.sh
Expand Down
4 changes: 2 additions & 2 deletions .ddev/web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN set -eux; \

# eza
RUN set -eux; \
EZA_VERSION=0.20.13; \
EZA_VERSION=0.20.14; \
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; \
Expand Down Expand Up @@ -121,7 +121,7 @@ USER root:root

# kitty-terminfo from directoy from their GitHub repo @ master
RUN set -eux; \
KITTY_VERSION=0.38.0; \
KITTY_VERSION=0.38.1; \
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; \
Expand Down
4 changes: 2 additions & 2 deletions web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RUN set -eux; \

# eza
RUN set -eux; \
EZA_VERSION=0.20.13; \
EZA_VERSION=0.20.14; \
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; \
Expand Down Expand Up @@ -121,7 +121,7 @@ USER root:root

# kitty-terminfo from directoy from their GitHub repo @ master
RUN set -eux; \
KITTY_VERSION=0.38.0; \
KITTY_VERSION=0.38.1; \
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; \
Expand Down

0 comments on commit d14fdf0

Please sign in to comment.