Configuration of X11 i3wm tty
This commit is contained in:
21
configure.sh
21
configure.sh
@@ -2,12 +2,21 @@
|
||||
|
||||
set -e
|
||||
|
||||
#Switch to the script directory
|
||||
_BASENAME=$(basename "$0")
|
||||
cd "$(dirname "$0")" || _die "Error when changing directory"
|
||||
cd "$(dirname "$0")" || _exit 1
|
||||
|
||||
source ../lib.sh
|
||||
scripts/installyay.sh
|
||||
|
||||
while read -r line
|
||||
do
|
||||
echo "$line"
|
||||
done < import.list
|
||||
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
|
||||
Reference in New Issue
Block a user