10 lines
263 B
Bash
10 lines
263 B
Bash
#!/bin/bash
|
|
|
|
yay -S --noconfirm --needed \
|
|
brightnessctl playerctl pamixer wiremix wireplumber \
|
|
fcitx5 fcitx5-gtk fcitx5-qt wl-clip-persist \
|
|
nautilus sushi ffmpegthumbnailer gvfs-mtp \
|
|
slurp satty wf-recorder \
|
|
mpv evince imv \
|
|
omarchy-chromium-bin
|