ansible/bootstrap.sh

9 lines
386 B
Bash

#!/bin/sh -ex
sudo dnf install -y python3-pip
pip install ansible
ansible-galaxy collection install -r requirements.yml
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']"
gsettings set org.gnome.desktop.peripherals.mouse natural-scroll true
gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/gnome/adwaita-timed.xml