$ curl -L https://raw.githubusercontent.com/KubaRocks/mac-setup/master/bootstrap.sh | bash
This repo contains Ansible playbook that install and configure software I use on daily basis.
Paste above line into Terminal.app
and enjoy !
- php config
- ensure services are running
- fix
FK_StandardViewSettings:IconViewSettings
errors inmacos-setup.sh
- meaningful readme ;)
- split playbooks into couple of files so
travis-ci
can build it ... - seperate playbooks for cask apps and services
- update and add links to apps in README
- Keynote
- Numbers
- Pages
- Blackmagic Disk Speed Test
This setup installs 4 versions of php: 5.6, 7.2, 7.3 and 7.4 To switch between versions run:
$ sphp 5.6
$ sphp 7.2
$ sphp 7.3
$ sphp 7.4
Running example:
Reinstall all brew cask apps
$ brew cask install --force $(brew cask list)