GithubHelp home page GithubHelp logo

ansible-macos-playbook's Introduction

Ansible macOS Development Playbook

This playbook helps me setting up a new macOS based dev machine from scratch.

It does:

  1. Install packages (via homebrew, pip, npm, composer, gem)
  2. Install apps (via homebrew cask, Mac App Store)
  3. Install my dotfiles (via yadm)
  4. Install zsh and zsh-plugins
  5. Install sublime-text configs
  6. Enable khd hotkey daemon and chunkwm window manager services
  7. Install Vim/Neovim plugins

My dotfiles are managed with yadm and stored in separate git repository which is pulled in the first time the playbook is run.

Installation

Automated

sh -c "$(curl -fsSL https://raw.githubusercontent.com/kinglouie/ansible-macos-playbook/master/install.sh)"

Manual

# Install Apple's Command Line Tools
xcode-select --install

# Install Homebrew (see http://brew.sh)
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Install ansible
brew install ansible

# Clone this repository
git clone https://github.com/kinglouie/ansible-macos-playbook.git

# Download requirements
ansible-galaxy install -r requirements.yml

# Run the playbook
ansible-playbook main.yml -i inventory -K

Only run specific tasks

ansible-playbook main.yml -i inventory -K --tags "dotfiles,homebrew"

Things that still need to be done manually

Configuration

  1. Configure Finder Sidebar
  2. Configure Mail accounts
  3. Configure Resilio Sync
  4. Configure Remote Desktop
  5. Configure Little Snitch
  6. Allow chunkwm, khd and iTerm.app Accessibility control under Security & Privacy preferences.
  7. Symlink external dirs find /Volumes/Data/Synced -maxdepth 1 -mindepth 1 -type d -exec ln -s '{}' ~/Synced \;
  8. Login
    • Lastpass
    • Firefox sync
    • Github
    • iStudiez Pro
    • Transmit
  9. Install Licences
    • Tower
    • Adobe CC
    • Sublime Text
    • Hopper Disassembler
    • Mathematica

Software to install

  • Adobe CC
  • Little Snitch
  • Safari plugins
    • uBlock
    • LastPass
  • Firefox plugins
    • uBlock
    • LastPass
    • Reddit Enhancement Suite
  • Transmit
  • Parallels Desktop
  • CleanMyMac
  • Debookee
  • Archiver
  • Microsoft Office
  • Mathematica
  • Kaleidoscope
  • Fantastical

TODO

Alfred

Acknowledgements

This playbook is inspired by:

ansible-macos-playbook's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.