feat: add atuin to handle shell history
This commit is contained in:
parent
30ed6b41ba
commit
85533f3460
@ -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_VERSION v2.23.3
|
||||||
ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64
|
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 \
|
RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \
|
||||||
|
&& curl -sS https://setup.atuin.sh | bash \
|
||||||
&& mkdir /tmp/download \
|
&& mkdir /tmp/download \
|
||||||
&& curl -L ${DO_URL} | tar -zx -C /tmp/download \
|
&& curl -L ${DO_URL} | tar -zx -C /tmp/download \
|
||||||
&& chgrp --recursive docker /tmp/download \
|
&& chgrp --recursive docker /tmp/download \
|
||||||
|
5
config/atuin/config.toml
Normal file
5
config/atuin/config.toml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
auto_sync = true
|
||||||
|
update_check = false
|
||||||
|
sync_address = "https://atuin.dubas.dev"
|
||||||
|
sync_frequency = "15m"
|
||||||
|
inline_height = 10
|
@ -9,6 +9,7 @@ services:
|
|||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
volumes:
|
volumes:
|
||||||
|
- './config/atuin:/home/coder/.config/atuin'
|
||||||
- './config/git:/home/coder/.config/git'
|
- './config/git:/home/coder/.config/git'
|
||||||
- './config/mise:/home/coder/.config/mise'
|
- './config/mise:/home/coder/.config/mise'
|
||||||
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
|
- './config/nvim/lua/custom:/home/coder/.config/nvim/lua/custom'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user