mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
10 lines
259 B
Bash
10 lines
259 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 \
|
|
slurp satty wf-recorder \
|
|
mpv evince imv \
|
|
chromium
|