11 lines
332 B
Bash
11 lines
332 B
Bash
#!/bin/bash
|
|
|
|
sudo pacman -S --noconfirm --needed \
|
|
brightnessctl playerctl pamixer wiremix wireplumber \
|
|
fcitx5 fcitx5-gtk fcitx5-qt wl-clip-persist \
|
|
nautilus sushi ffmpegthumbnailer gvfs-mtp \
|
|
python-gobject power-profiles-daemon \
|
|
slurp satty wf-recorder wl-screenrec \
|
|
mpv evince imv \
|
|
walker-bin omarchy-chromium
|