ansible/bootstrap.sh

10 lines
302 B
Bash
Raw Normal View History

2021-11-16 15:23:42 +00:00
#!/bin/sh -ex
2021-04-11 16:00:07 +01:00
2021-11-16 15:23:42 +00:00
sudo dnf install -y python3-pip
2021-04-11 16:00:07 +01:00
pip install ansible
2021-11-16 15:23:42 +00:00
ansible-galaxy collection install -r requirements.yml
2021-04-11 16:00:07 +01:00
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