6 lines
211 B
Bash
6 lines
211 B
Bash
#!/bin/sh
|
|
|
|
pip install ansible
|
|
|
|
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
|