Skip to content

flandrade/my-mac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Scripts for macOS Setup

Build Status

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.

🚀 Get Started

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

📌 Requirements

Ensure Python is installed on your macOS system. You can use asdf to manage your Python installations.

🕹️ Credits and Inspiration

The idea for creating these Python scripts was inspired by various repositories and projects aimed at automating macOS setup and configuration.

About

Completely automated Mac setup 💾

Topics

Resources

Stars

Watchers

Forks

Contributors