Skip to content

Instantly share code, notes, and snippets.

View rbartelme's full-sized avatar

Ryan Bartelme rbartelme

View GitHub Profile
@rbartelme
rbartelme / ds_macup.sh
Last active January 30, 2024 20:02
Setup a MacBook for Data Science
#!/usr/bin/env sh
# clean macOS setup after installing xcode via xcode-select --install
# install homebrew for package management
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# make homebrew versions of packages take precedent over path binaries and create .zshrc
echo 'export PATH="/usr/local/bin:/usr/local/sbin:~bin:$PATH"' > .zshrc