Skip to content

Commit

Permalink
added atuin install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zshoham committed Jun 14, 2024
1 parent f1620d5 commit 37f890c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/scripts/install-atuin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash

set -oue pipefail

wget https://github.com/atuinsh/atuin/releases/download/v18.3.0/atuin-x86_64-unknown-linux-gnu.tar.gz -O /tmp/atuin.tar.gz
tar -xf /tmp/atuin.tar.gz -C /tmp
install -m 755 /tmp/atuin-x86_64-unknown-linux-gnu/atuin /usr/bin/atuin
3 changes: 3 additions & 0 deletions recipes/recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ modules:
- type: script
scripts:
- install-brave.sh
- type: script
scripts:
- install-atuin.sh
- type: rpm-ostree
repos:
- https://copr.fedorainfracloud.org/coprs/atim/starship/repo/fedora-40/atim-starship-fedora-40.repo
Expand Down

0 comments on commit 37f890c

Please sign in to comment.