9 lines
93 B
Bash
9 lines
93 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rustup update
|
||
|
|
||
|
cargo install \
|
||
|
vivid \
|
||
|
fnm stylua taplo-cli \
|
||
|
pfetch
|