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
ubuntu.yml
file 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/caiodelgadonew/tools.git
- Apply the configuration
ansible-playbook tools/ubuntu.yml --ask-become-pass
Type your password when asked to give root permissions for some actions.
GPLv3
Created by Caio Delgado
Contributions are more than welcome!