We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f51fc5d commit e64eac5Copy full SHA for e64eac5
1 file changed
Dockerfile
@@ -56,6 +56,9 @@ RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc \
56
| gpg --dearmor --output /usr/share/debsig/keyrings/AC2D62742012EA22/debsig.gpg \
57
&& apt update && apt install 1password-cli
58
59
+# Install starship prompt
60
+RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes
61
+
62
# Install atuin
63
#
64
# # The recommended way to install atuin is to use cargo, but that takes *forever*:
0 commit comments