Skip to content

Instantly share code, notes, and snippets.

View DanielEspanadero's full-sized avatar
🎯
Focusing

Daniel Españadero DanielEspanadero

🎯
Focusing
View GitHub Profile
@San-tito
San-tito / 42install.sh
Last active June 15, 2024 04:30
🔧 My script for 42 ✨ automates the setup of various Ubuntu settings and installations.
#!/bin/bash
##########################################################
# Santito 42 config install script #
# This script configures GNOME settings and installs #
# essential tools for the 42 network environment. #
##########################################################
# Define colors for pretty prints
GREEN='\033[0;32m'
YELLOW='\033[1;33m'