Skip to content

Instantly share code, notes, and snippets.

View christian-engels's full-sized avatar
✌️
Busy semester!

Dr Christian Engels christian-engels

✌️
Busy semester!
View GitHub Profile
@christian-engels
christian-engels / macos_local_install.sh
Last active September 22, 2025 05:44
EC3318/MN3101: Set up Visual Studio Code
#!/bin/bash
# -----------------------------------------------------------------------------
# macos_local_install.sh
#
# Description:
# This script sets up a local development environment on macOS.
# It installs Homebrew (if not present), updates it, installs essential
# packages (git, uv, python@3.10), and Visual Studio Code.
# It also configures git with your name and St Andrews email.