Skip to content

KubaRocks/mac-setup

Repository files navigation

Mac setup with Ansible

Build Status

$ 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 !

TODO

  • php config
  • ensure services are running
  • fix FK_StandardViewSettings:IconViewSettings errors in macos-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

Apps available via App Store

  • Keynote
  • Numbers
  • Pages
  • Blackmagic Disk Speed Test

PHP version switcher

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:

PHP version switcher

Tips & Tricks

Reinstall all brew cask apps

$ brew cask install --force $(brew cask list)

About

setup new mac using ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published