Personal Ansible playbook to bootstrap a desktop setup with Ubuntu 18.04
sudo apt update && sudo apt install -y ansible git
git clone git://github.com/panagiks/ansible-desktop-ubuntu-18.04 && cd ansible-desktop-ubuntu-18.04
ansible-galaxy install -r requirements.txt
ansible-playbook --ask-become-pass playbook.yml
- Open
Settings > Apparance
and:- select
Dark
underWindow colors
- Enable
Auto-hide the Dock
- Set
Icon size
to28
(or adjust at will) - Set
Position on screen
toBottom
(or adjust at will)
- select
- Open
Startup Applications Preferences
- Select
Add
- Add a descriptive name (for Caffeine Indicator)
- Select
Browse...
navigate to/bin
(by clicking+ Other Locations
) and selectcaffeine-indicator
from the list
- Select
- Open
Terminal
and go toPreferences
- In
General
setTheme variant
toDark
- In
Profiles
:- Set
Cursor shape
toUnderline
- Set
Curson blinking
toEnabled
- Disable
Terminal bell
- Under
Colors > Text and Background color > Built-in schemes
selectSolarized dark
- Under
Colors > Palette > Built-in schemes
selectSolarized
- Set
- In
Since some configuration is placed in .profile
a session (not terminal) logout is requeired.