Skip to content

Instantly share code, notes, and snippets.

View MohamedBoufafa's full-sized avatar
🏠
Working from home

Mohamed Boufafa MohamedBoufafa

🏠
Working from home
View GitHub Profile
#!/bin/bash
###############################################################################
# Windsurf IDE Installation Script
# Description: Installs Windsurf AI-powered code editor on Debian/Ubuntu
###############################################################################
set -e # Exit on error
echo "========================================="
#!/bin/bash
###############################################################################
# SSH Key Setup Script for GitHub
# Description: Generates SSH key and provides instructions for GitHub setup
###############################################################################
set -e # Exit on error
echo "========================================="
#!/bin/bash
###############################################################################
# Git Installation and Configuration Script
# Description: Installs Git and configures user identity
###############################################################################
set -e # Exit on error
echo "========================================="
#!/bin/bash
###############################################################################
# Master Setup Script
# Description: Runs all setup scripts to configure a new Linux dev machine
###############################################################################
set -e # Exit on error
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"