This commit is contained in:
nub31
2025-05-12 12:26:33 +02:00
parent 97d3e161b6
commit f5e06b8116
3 changed files with 14 additions and 4 deletions

View File

@@ -1,6 +1,9 @@
#!/bin/bash
set -e
set -e\
mkdir -p ~/.config
mkdir -p ~/wallpapers
if ! command -v yay 2>&1 >/dev/null
then
@@ -24,7 +27,8 @@ sudo pacman -Syu --noconfirm \
pavucontrol \
wl-clipboard \
orchis-theme \
brightnessctl
brightnessctl \
mako
if ! command -v yay 2>&1 >/dev/null
then