Following the Pragmatic programmer principales I decided to create a Script for the initial installation for a personal machine.
For example: Your machine stopped working, so you have this repository that will help you install the basics for putting you back in track in no time. This will be a series of files anf configuration that will help anyone that find it useful to start with minimal search.
For the moment there are two files.
- The InitalScript.sh, is a bash file that contains all the installations of packages and tools to put the machine in good use. (It is intended for a DevOps programmer thought).
- The .bash_aliases, is a bash configuration file that contains some aliases that I use every day.
[![Debian](https://img.shields.io/badge/Debian-v12.0-red)](https://www.debian.org/distrib/)
[![Ubuntu](https://img.shields.io/badge/Ubuntu-v22.04-orange)](https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview)
[![WSL](https://img.shields.io/badge/WSL-v2-blue)](https://learn.microsoft.com/es-es/windows/wsl/install)
## License
This project is licensed under the [MIT License](LICENSE).
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
The MIT License (MIT)