Skip to content

Instantly share code, notes, and snippets.

View erdaltoprak's full-sized avatar

Erdal erdaltoprak

View GitHub Profile
@erdaltoprak
erdaltoprak / proxmox-vm-gpu-nvidia-automated-developer-setup.sh
Last active May 26, 2025 19:48
proxmox-vm-gpu-nvidia-automated-developer-setup.sh
#!/bin/bash
# Configuration parameters
PYTHON_VERSION="3.11.11"
CUDA_VERSION="12.6.3"
CUDA_DRIVER="560.35.05"
SCRIPT_VERSION="1.0.0"
GITHUB_URL="https://gist.github.com/erdaltoprak/cdc1ec4056b81a9da540229dcde3aa0b"
CLEANUP_CUDA="no" # Set to "no" to keep the CUDA installer and "yes" to remove it
@erdaltoprak
erdaltoprak / mac-automated-setup.sh
Last active May 22, 2025 15:37
Automated macOS setup with homebrew, system & shell configuration
#!/usr/bin/env bash
###############################################################################
# Mac Bootstrap – Preferences, Homebrew, MAS apps
# Works with the stock /bin/bash 3.2 on macOS (no mapfile required)
# (c) 2025 Erdal • MIT License
###############################################################################
###############################################################################
# Colours / log helpers
###############################################################################