11 lines
476 B
Bash
11 lines
476 B
Bash
# Copy over unstable repo stuff
|
|
cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list
|
|
cp ./files/preferences /etc/apt/preferences
|
|
|
|
# Install gnome
|
|
pacman -Syu gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-tweaks power-profiles-daemon
|
|
|
|
# Make all the monitors swap workspaces together (WHY THE FUCK ISNT THIS DEFAULT GNOME? BRUH.)
|
|
gsettings set org.gnome.mutter workspaces-only-on-primary false
|
|
|
|
echo "gnome installed" |