This playbook installs and configures most of the software I use on my Mac for web and software development.
This playbook will be updated throughout my life with various features, functions and roles - but they will always convey the same purpose.
Run the following from the command line, and enter your administrative password when requested.
Note that initially you'll need to install xcode command line tools before you can proceed.
xcode-select --install
2. chown root:admin /usr/local/
3. chmod 775 /usr/local
4. curl https://raw.githubusercontent.com/JulianBour/mac-dev-playbook/master/install.sh | bash
- adobe-creative-cloud
- ccleaner
- cheatsheet
- dash
- dropbox
- filezilla
- firefoxdeveloperedition
- google-chrome
- google-drive
- google-hangouts
- iterm2
- jetbrains-toolbox
- kodi
- launchbar
- slack
- steam
- sublime-text
- teamviewer
- virtualbox
- vlc
- ansible
- awscli
- composer
- dockutil
- git
- go
- gpg
- openssl
- python
- sqlite
- mcrypt
- modman
- n98-magerun
- n98-magerun2
- npm
- nvm
- ssh-copy-id
- openssl
- wget
- Dont't Sleep
- Lastpass
- Microsoft Remote Desktop
My dotfiles are also installed into the current user's home directory.
Check out Ansible for DevOps, which will teach you how to do some other amazing things with Ansible.
- Karl Hepworth for a great playbook I was able to fork.
- Jeff Geerling for creating the amazing mac-dev-playbook.
Karl Hepworth, Making this fork more personalized.
Jeff Geerling, 2014 (originally inspired by MWGriffin/ansible-playbooks).