File tree 4 files changed +3
-3
lines changed
addon-metadata/pimp-my-shell
4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : pimp-my-shell
2
2
repository : .
3
3
version : " "
4
- install_date : " 2024-03-29T20:20:05 -03:00"
4
+ install_date : " 2024-03-31T18:24:24 -03:00"
5
5
project_files :
6
6
- web-build/Dockerfile.pimp-my-shell
7
7
- homeadditions/.bashrc.d/pimp-my-shell.sh
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN wget -q https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_
14
14
RUN mkdir -p /opt/z.lua && wget https://github.com/skywind3000/z.lua/archive/refs/tags/1.8.18.zip -qO- | bsdtar xf - --strip-components=1 -C /opt/z.lua
15
15
16
16
# starship
17
- RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
17
+ RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.2
18
18
19
19
# gum
20
20
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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN wget -q https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_
14
14
RUN mkdir -p /opt/z.lua && wget https://github.com/skywind3000/z.lua/archive/refs/tags/1.8.18.zip -qO- | bsdtar xf - --strip-components=1 -C /opt/z.lua
15
15
16
16
# starship
17
- RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
17
+ RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.2
18
18
19
19
# gum
20
20
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
You can’t perform that action at this time.
0 commit comments