Playbook for configuring Johns Hopkins CMDB laptops, based on https://github.com/i11/mac-dev-playbook
bash bootstrap.sh
to run setup.
Installs ansible and then uses ansible to install brew. Brew cask is used to install Mac apps (editors, R and R Studio). Ansible then installs conda which is used to install all of the needed python packages.
install_conda_packages.sh
has the conda packages installed.
PROMPT: export PS1="\[\e[36;5;9m\][\w $]\[\e[38;5;254m\]"