Skip to content

Commit e64eac5

Browse files
committed
bling my shell
1 parent f51fc5d commit e64eac5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc \
5656
| gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg \
5757
&& apt update && apt install 1password-cli
5858

59+
# Install starship prompt
60+
RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes
61+
5962
# Install atuin
6063
#
6164
# # The recommended way to install atuin is to use cargo, but that takes *forever*:

0 commit comments

Comments
 (0)