Skip to content

Commit d359b47

Browse files
committed
add more pkg
1 parent 436d962 commit d359b47

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

files/scripts/yazi.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
set -oue pipefail
22

3-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4-
5-
$HOME/.cargo/bin/rustup update
6-
73
cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli

recipes/common/common-modules.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ modules:
1010
- type: script
1111
scripts:
1212
- installsignedkernel.sh
13-
- yazi.sh
1413

1514
- type: containerfile
1615
snippets:
@@ -90,6 +89,11 @@ modules:
9089
- pipx
9190
- gh
9291
- make
92+
- rust
93+
- cargo
94+
- clippy
95+
- rustfmt
96+
- rust-std-static
9397

9498
# sound
9599
- wireplumber
@@ -152,6 +156,7 @@ modules:
152156
- type: script
153157
scripts:
154158
- installproprietarypackages.sh
159+
- yazi.sh
155160

156161
- type: rpm-ostree
157162
install:

0 commit comments

Comments
 (0)