caiodelgadonew / tools

My Tools Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workstation Tools

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


Prepare Workstation

Read the ubuntu.yml file before applying and be sure to understand everything that will be done.

  1. Install Ansible
sudo apt update && sudo apt install ansible unzip git -y
  1. Clone this repository
git clone https://github.com/caiodelgadonew/tools.git
  1. Apply the configuration
ansible-playbook tools/ubuntu.yml --ask-become-pass

Type your password when asked to give root permissions for some actions.


License

GPLv3

Author Information

Created by Caio Delgado

Contributions are more than welcome!

About

My Tools Repository

License:GNU General Public License v3.0