Skip to content

Instantly share code, notes, and snippets.

@Philokane
Philokane / brew.sh
Last active October 9, 2019 07:54 — forked from markcerqueira/brew.sh
Bootstrapping Mac Apps with Homebrew Cask
#!/bin/sh
# chmod a+x brew.sh
# https://computers.tutsplus.com/tutorials/perfect-configurations-with-homebrew-and-cask--cms-20768
sudo -v
# brew packages
brew install git
brew install gradle
brew install openssl
@Philokane
Philokane / osx_bootstrap.sh
Created September 20, 2019 09:00 — forked from codeinthehole/osx_bootstrap.sh
Script to install stuff I want on a new OSX machine
#!/usr/bin/env bash
#
# Bootstrap script for setting up a new OSX machine
#
# This should be idempotent so it can be run multiple times.
#
# Some apps don't have a cask and so still need to be installed by hand. These
# include:
#
# - Twitter (app store)