Skip to content

Instantly share code, notes, and snippets.

@futurealecks
futurealecks / brew-install-script.sh
Last active December 19, 2021 22:26 — forked from CliffordAnderson/brew-install-script.sh
Brew script for installing packages and applications on OSX
#!/bin/sh
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
# Homebrew Script for OSX
echo "Installing brew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo "Installing brew cask..."
brew tap homebrew/cask
@futurealecks
futurealecks / setup.sh
Created August 19, 2021 20:01 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Installing xcode-stuff"
xcode-select --install
@futurealecks
futurealecks / hosts
Last active June 22, 2016 16:58
Skipping: No Hosts
[local]
localhost ansible_connection=local
[customerA]
local