Skip to content

Commit a674e6b

Browse files
committed
README, gum and .bashrc.d/ .sh extension
1 parent 8de8481 commit a674e6b

File tree

7 files changed

+16
-3
lines changed

7 files changed

+16
-3
lines changed

Diff for: .ddev/addon-metadata/pimp-my-shell/manifest.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: pimp-my-shell
22
repository: .
33
version: ""
4-
install_date: "2024-03-25T12:43:17-03:00"
4+
install_date: "2024-03-25T14:30:43-03:00"
55
project_files:
66
- web-build/Dockerfile.pimp-my-shell
7-
- homeadditions/.bashrc.d/pimp-my-shell
7+
- homeadditions/.bashrc.d/pimp-my-shell.sh
88
- config.pimp-my-shell.yaml
99
- commands/web/ahoy
1010
- homeadditions/.local/share/bash-completion/completions/ahoy

Diff for: .ddev/web-build/Dockerfile.pimp-my-shell

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
55
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
66
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
77
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

Diff for: README.md

+11
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,15 @@
1313

1414
## What is ddev-pimp-my-shell?
1515

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+
1627
**Contributed and maintained by [@hanoii](https://github.com/hanoii)**
File renamed without changes.

Diff for: install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: pimp-my-shell
22
project_files:
33
- web-build/Dockerfile.pimp-my-shell
4-
- homeadditions/.bashrc.d/pimp-my-shell
4+
- homeadditions/.bashrc.d/pimp-my-shell.sh
55
- config.pimp-my-shell.yaml
66
- commands/web/ahoy
77
- homeadditions/.local/share/bash-completion/completions/ahoy

Diff for: web-build/Dockerfile.pimp-my-shell

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
55
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
66
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
77
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

0 commit comments

Comments
 (0)