Sets up and configures a linux mint based computer in minutes.
- Installed Linux Mint Tricia 19.3 Mate Edition
- ansible 2.5.x
This repository contains the following ansible roles
- install software: upgrade dist and installs packages
- configure desktop:
- personalizes mate settings
- uses i3 as window manager within mate
- configure backups
- setup home: personalizes home directory and bash
- dev tools: installs additional software for development usage (i.e. IDE)
- cloud tools: installs a set of cloud tools to operate and develop with kubernetes. See the full list.
- other tools: installs miscellaneous software
./install.sh
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt