12 lines
219 B
Bash
12 lines
219 B
Bash
#!/bin/bash
|
|
|
|
show_logo
|
|
show_subtext "Let's install development tools..."
|
|
|
|
yay -S --noconfirm --needed \
|
|
cargo clang llvm mise \
|
|
imagemagick \
|
|
mariadb-libs postgresql-libs \
|
|
github-cli \
|
|
lazygit lazydocker-bin
|