Skip to content

Instantly share code, notes, and snippets.

View quedayone's full-sized avatar

Will Pierce quedayone

  • Minneapolis MN
View GitHub Profile
@quedayone
quedayone / ardKickStart
Created September 12, 2019 16:40
kickstart command-line
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users [user1],[user2] -privs -all -restart -agent -menu -clientopts -setmenuextra -menuextra no
@quedayone
quedayone / osx_bootstrap.sh
Created July 6, 2018 01:13 — 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)