feat: add atuin to handle shell history

This commit is contained in:
2024-02-25 21:08:59 +00:00
parent 30ed6b41ba
commit 85533f3460
3 changed files with 7 additions and 0 deletions

View File

@@ -97,6 +97,7 @@ ENV DO_URL https://download.docker.com/linux/static/stable/x86_64/docker-${DO_VE
ENV DC_VERSION v2.23.3
ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64
RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \
&& curl -sS https://setup.atuin.sh | bash \
&& mkdir /tmp/download \
&& curl -L ${DO_URL} | tar -zx -C /tmp/download \
&& chgrp --recursive docker /tmp/download \