Skip to content

Commit

Permalink
README, gum and .bashrc.d/ .sh extension
Browse files Browse the repository at this point in the history
  • Loading branch information
hanoii committed Mar 25, 2024
1 parent 8de8481 commit a674e6b
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ddev/addon-metadata/pimp-my-shell/manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: pimp-my-shell
repository: .
version: ""
install_date: "2024-03-25T12:43:17-03:00"
install_date: "2024-03-25T14:30:43-03:00"
project_files:
- web-build/Dockerfile.pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell.sh
- config.pimp-my-shell.yaml
- commands/web/ahoy
- homeadditions/.local/share/bash-completion/completions/ahoy
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions .ddev/web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
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
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
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,15 @@

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

This a an addon that adds several nice command line utitlites I use across all
projects, making it easier/nicer to work inside the container with some initial
defaults.

- https://github.com/ahoy-cli/ahoy
- https://github.com/skywind3000/z.lua
- https://github.com/junegunn/fzf
- https://github.com/junegunn/fzf-git.sh
- https://starship.rs/
- https://github.com/charmbracelet/gum

**Contributed and maintained by [@hanoii](https://github.com/hanoii)**
File renamed without changes.
2 changes: 1 addition & 1 deletion install.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pimp-my-shell
project_files:
- web-build/Dockerfile.pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell
- homeadditions/.bashrc.d/pimp-my-shell.sh
- config.pimp-my-shell.yaml
- commands/web/ahoy
- homeadditions/.local/share/bash-completion/completions/ahoy
Expand Down
1 change: 1 addition & 0 deletions web-build/Dockerfile.pimp-my-shell
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ RUN mkdir -p /opt/fzf-git.sh && cd /opt/fzf-git.sh && git init && git remote add
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
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
RUN curl -sS https://starship.rs/install.sh | sh -s -- -y -v v1.18.1
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 comments on commit a674e6b

Please sign in to comment.