File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
set -oue pipefail
2
2
3
- curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
4
-
5
- $HOME /.cargo/bin/rustup update
6
-
7
3
cargo install --locked --git https://github.com/sxyazi/yazi.git yazi-fm yazi-cli
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ modules:
10
10
- type : script
11
11
scripts :
12
12
- installsignedkernel.sh
13
- - yazi.sh
14
13
15
14
- type : containerfile
16
15
snippets :
@@ -90,6 +89,11 @@ modules:
90
89
- pipx
91
90
- gh
92
91
- make
92
+ - rust
93
+ - cargo
94
+ - clippy
95
+ - rustfmt
96
+ - rust-std-static
93
97
94
98
# sound
95
99
- wireplumber
@@ -152,6 +156,7 @@ modules:
152
156
- type : script
153
157
scripts :
154
158
- installproprietarypackages.sh
159
+ - yazi.sh
155
160
156
161
- type : rpm-ostree
157
162
install :
You can’t perform that action at this time.
0 commit comments