This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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. |