File tree 7 files changed +16
-3
lines changed
addon-metadata/pimp-my-shell
7 files changed +16
-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-25T12:43:17 -03:00"
4
+ install_date : " 2024-03-25T14:30:43 -03:00"
5
5
project_files :
6
6
- web-build/Dockerfile.pimp-my-shell
7
- - homeadditions/.bashrc.d/pimp-my-shell
7
+ - homeadditions/.bashrc.d/pimp-my-shell.sh
8
8
- config.pimp-my-shell.yaml
9
9
- commands/web/ahoy
10
10
- homeadditions/.local/share/bash-completion/completions/ahoy
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
5
5
RUN wget -q https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_`dpkg --print-architecture`.deb -O bat.deb && dpkg -i bat.deb && rm bat.deb
6
6
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
7
7
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
8
+ 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 13
13
14
14
## What is ddev-pimp-my-shell?
15
15
16
+ This a an addon that adds several nice command line utitlites I use across all
17
+ projects, making it easier/nicer to work inside the container with some initial
18
+ defaults.
19
+
20
+ - https://github.com/ahoy-cli/ahoy
21
+ - https://github.com/skywind3000/z.lua
22
+ - https://github.com/junegunn/fzf
23
+ - https://github.com/junegunn/fzf-git.sh
24
+ - https://starship.rs/
25
+ - https://github.com/charmbracelet/gum
26
+
16
27
** Contributed and maintained by [ @hanoii ] ( https://github.com/hanoii ) **
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
name : pimp-my-shell
2
2
project_files :
3
3
- web-build/Dockerfile.pimp-my-shell
4
- - homeadditions/.bashrc.d/pimp-my-shell
4
+ - homeadditions/.bashrc.d/pimp-my-shell.sh
5
5
- config.pimp-my-shell.yaml
6
6
- commands/web/ahoy
7
7
- homeadditions/.local/share/bash-completion/completions/ahoy
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
5
5
RUN wget -q https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_`dpkg --print-architecture`.deb -O bat.deb && dpkg -i bat.deb && rm bat.deb
6
6
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
7
7
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
8
+ 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