Skip to content

Instantly share code, notes, and snippets.

View HannesHolste's full-sized avatar

Hannes Holste HannesHolste

View GitHub Profile
@HannesHolste
HannesHolste / setup_mac_dev.sh
Created June 23, 2016 23:54
Setup a new mac with basic dev tools and applications like Google Chrome, leaning on homebrew where possible (except for python -- uses conda)
# Mac OSX development setup (data science, python)
# v1.0
cd $HOME
echo "This script sets up a basic software eng / data science environment on Mac OSX."
echo -n "You can edit this file to customize what should be installed."
echo "Exit to do so via [CTRL-C], otherwise press [ENTER] to continue..."
read
USER_DIR=$(pwd | xargs echo -n)
echo "Requesting admin permissions..."
sudo su -