diff --git a/.ddev/addon-metadata/pimp-my-shell/manifest.yaml b/.ddev/addon-metadata/pimp-my-shell/manifest.yaml index c28d793..1d007e8 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-04-30T18:24:04-03:00" +install_date: "2024-05-03T11:09:48-03:00" project_files: - web-build/Dockerfile.pimp-my-shell - homeadditions/.bashrc.d/pimp-my-shell.sh diff --git a/.ddev/config.pimp-my-shell.yaml b/.ddev/config.pimp-my-shell.yaml index 4b48aa3..3dacc28 100644 --- a/.ddev/config.pimp-my-shell.yaml +++ b/.ddev/config.pimp-my-shell.yaml @@ -17,6 +17,7 @@ webimage_extra_packages: - libarchive-tools - lolcat - lua5.4 + - net-tools - pv - vim-nox web_environment: diff --git a/.ddev/web-build/Dockerfile.pimp-my-shell b/.ddev/web-build/Dockerfile.pimp-my-shell index cabbc02..e2473c8 100644 --- a/.ddev/web-build/Dockerfile.pimp-my-shell +++ b/.ddev/web-build/Dockerfile.pimp-my-shell @@ -17,7 +17,7 @@ RUN mkdir -p /opt/z.lua && wget https://github.com/skywind3000/z.lua/archive/ref RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.2 # gum -RUN wget -q https://github.com/charmbracelet/gum/releases/download/v0.13.0/gum_0.13.0_`dpkg --print-architecture`.deb -O gum.deb && dpkg -i gum.deb && rm gum.deb +RUN wget -q https://github.com/charmbracelet/gum/releases/download/v0.14.0/gum_0.14.0_`dpkg --print-architecture`.deb -O gum.deb && dpkg -i gum.deb && rm gum.deb # fish RUN echo "deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_`lsb_release -rs`/ /" | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list diff --git a/config.pimp-my-shell.yaml b/config.pimp-my-shell.yaml index 4b48aa3..3dacc28 100644 --- a/config.pimp-my-shell.yaml +++ b/config.pimp-my-shell.yaml @@ -17,6 +17,7 @@ webimage_extra_packages: - libarchive-tools - lolcat - lua5.4 + - net-tools - pv - vim-nox web_environment: diff --git a/web-build/Dockerfile.pimp-my-shell b/web-build/Dockerfile.pimp-my-shell index cabbc02..e2473c8 100644 --- a/web-build/Dockerfile.pimp-my-shell +++ b/web-build/Dockerfile.pimp-my-shell @@ -17,7 +17,7 @@ RUN mkdir -p /opt/z.lua && wget https://github.com/skywind3000/z.lua/archive/ref RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.2 # gum -RUN wget -q https://github.com/charmbracelet/gum/releases/download/v0.13.0/gum_0.13.0_`dpkg --print-architecture`.deb -O gum.deb && dpkg -i gum.deb && rm gum.deb +RUN wget -q https://github.com/charmbracelet/gum/releases/download/v0.14.0/gum_0.14.0_`dpkg --print-architecture`.deb -O gum.deb && dpkg -i gum.deb && rm gum.deb # fish RUN echo "deb http://download.opensuse.org/repositories/shells:/fish:/release:/3/Debian_`lsb_release -rs`/ /" | sudo tee /etc/apt/sources.list.d/shells:fish:release:3.list