22 lines
388 B
Bash
Executable File
22 lines
388 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
#Switch to the script directory
|
|
_BASENAME=$(basename "$0")
|
|
cd "$(dirname "$0")" || _exit 1
|
|
|
|
scripts/installyay.sh
|
|
|
|
sed -i "s|^#Color.*|Color|" /etc/pacman.conf
|
|
sed -i "s|^#ParallelDownloads.*|ParallelDownloads = 10|" /etc/pacman.conf
|
|
|
|
yay
|
|
yay -S --noconfirm - < packages
|
|
|
|
tty/deploy.sh
|
|
network/deploy.sh
|
|
X11/deploy.sh
|
|
i3wm/deploy.sh
|
|
|
|
cp -r wallpapers /usr/local/share |