ansible/bootstrap.sh
2021-11-16 15:23:42 +00:00

9 lines
302 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.desktop.peripherals.mouse natural-scroll true
gsettings set org.gnome.desktop.background picture-uri file:///usr/share/backgrounds/gnome/adwaita-timed.xml