Some personal notes for customize my local Ubuntu machine for work (web development mainly), includes tools a some tweaks. Before anything else lets just create a .tmp dir for .deb and source files.
mkdir -p ~/.tmp
cd .tmp| #!/usr/bin/env bash | |
| # Installer script | |
| # ----------------------------------------------- | |
| # This script is responsible for creating proper | |
| # directories and files and the installation of | |
| # ansible package any other dependencies needed | |
| # and executing provitioning playbook. | |
| # ----------------------------------------------- | |
| echo \ \ \ \ |