ansible-osx-setup
ansible-osx-setup copied to clipboard
Ansible script for setting up an Intel Mac for general web development
Results
2
ansible-osx-setup issues
Sort by
recently updated
recently updated
newest added
Corrected typo of 'keyboard'
The installation script has a setup prompt. There is a need to force yes for the install: ``` yes | shell: sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" ```