Skip to content

Instantly share code, notes, and snippets.

@bakhti
bakhti / Brewfile
Last active February 8, 2022 14:53
# -*- mode: ruby; -*-
# Install with:
#
# $ brew bundle
# Gather system information
# require 'socket'
# OSX_VERSION = IO.popen(['sw_vers', '-productVersion']) do |source|