This repository contains Python scripts for setting up and configuring macOS systems. These scripts simplify the process of installing and configuring various components of a macOS development environment.
Clone this repository to your local drive:
git clone git@github.com:flandrade/my-mac.git
cd my-mac
Install Python with asdf:
asdf install
Create a virtual environment:
python -m venv .venv
source .venv/bin/activate
Install the Python dependencies:
pip install -r requirements.txt
Run the scripts:
python install_packages.py
python dotfiles.py
python shell.py
setup.sh
To configure the terminal:
zsh
python shell.py
Ensure Python is installed on your macOS system. You can use asdf to manage your Python installations.
The idea for creating these Python scripts was inspired by various repositories and projects aimed at automating macOS setup and configuration.