This repository contains scripts to automate and speedup the workflow and preparation for my machine.
Disclaimer : Those scripts are ubuntu related with major version 18+, for other distributions you'll need to adapt it
Read the
workstation.ymlfile before applying and be sure to understand everything that will be done.
- Install Ansible
sudo apt update && sudo apt install ansible unzip git -y- Clone this repository
git clone https://github.com/bergpb/ansible-playbook-workstation.git- Apply the configuration
ansible-playbook workstation.yml --skip-tags chrome,brave --ask-become-passType your password when asked to give root permissions for some actions.
- packages
- php7.4
- cli
- docker
- vscodium
- browsers (chrome or brave)
- polybar
GPLv3
Created by Caio Delgado
Edit by @bergpb
Contributions are more than welcome!