Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 507 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 507 Bytes

Mac Development Ansible Playbook

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\]"