---
homebrew_casks:
  # @cask [clocker](https://formulae.brew.sh/cask/clocker) - macOS program that shows the time in multiple timezones in the top menu bar
  - name: clocker
    when: "{{ ansible_os_family == 'Darwin' }}"

  # @cask [secretive](https://github.com/maxgoedjen/secretive) - macOS app that uses the Secure Enclave to create unreadable private keys - there is no importing/exporting keys so you only have access to the public key
  - name: secretive
    when: "{{ ansible_os_family == 'Darwin' }}"

  # @cask [sloth](https://github.com/sveinbjornt/Sloth) - macOS program that shows all open files, directories, sockets, pipes, and devices in use by all running processes on the system
  - name: sloth
    when: "{{ ansible_os_family == 'Darwin' }}"

  # @cask [stats](https://formulae.brew.sh/cask/stats) - macOS program that shows the system monitor in the top menu bar
  - name: stats
    when: "{{ ansible_os_family == 'Darwin' }}"

homebrew_packages:
  # @brew [automake](https://formulae.brew.sh/formula/automake) - Tool for generating GNU Standards-compliant Makefiles
  - name: automake

  # @brew [carthage](https://formulae.brew.sh/formula/carthage) - A simple, decentralized dependency manager for Cocoa
  - name: carthage
    when: "{{ ansible_os_family == 'Darwin' }}"

  # @brew [chrome-cli](https://formulae.brew.sh/formula/chrome-cli) - Control Google Chrome from the command-line
  - name: chrome-cli
    when: "{{ ansible_os_family == 'Darwin' }}"

  # @brew [findutils](https://formulae.brew.sh/formula/findutils) - Collection of GNU find, xargs, and locate
  - name: findutils

  # @brew [ideviceinstaller](https://formulae.brew.sh/formula/ideviceinstaller) - Tool for managing apps on iOS devices
  - name: ideviceinstaller

  # @brew [libimobiledevice](https://formulae.brew.sh/formula/libimobiledevice) - Library to communicate with iOS devices natively
  - name: libimobiledevice
