Update from work I did on laptop

This commit is contained in:
2025-12-22 10:46:59 -06:00
parent 18cfd8b174
commit e4f1fe8e05
8 changed files with 62 additions and 12 deletions

View File

@@ -0,0 +1,12 @@
#!/usr/bin/env bash
# --- Helper functions ---
log() { echo -e "\033[1;34m[INFO]\033[0m $*"; }
exists() { command -v "$1" >/dev/null 2>&1; }
# --- Defined Paths ---
PANAMA_PATH="$HOME/.local/share/Panama"
echo -e "\n--- Copying System & User files ---"
log "Changing DNF Settings"
sudo cp -r "$PANAMA_PATH/config/copy/." "/"