Skip to content

Instantly share code, notes, and snippets.

View thoran's full-sized avatar
💭
Undecided

thoran thoran

💭
Undecided
  • Melbourne, Australia
  • 07:25 (UTC +10:00)
View GitHub Profile
@thoran
thoran / osx_defaults.sh
Created February 19, 2020 04:08
OSX Defaults to setup a brand new machine
#!/usr/bin/env bash
echo "Need to recapture iTerm settings"
exit -1
# TODO: Need to figure out the settings for the following:
# 1) Finder: Left nav, favorite items with their order
# 2) Dock: Items with order
# 3) Security & Privacy Preferences: Full Disk Access, Camera, Microphone
# 4) Login items for my user (i.e. apps started when I login)
@thoran
thoran / gist:eb2b607df72adbbc35bae222fd99549f
Created February 19, 2020 05:26 — forked from atadams/gist:3085530
Terminal: Defaults Write
# ~/.osx — http://mths.be/osx
###############################################################################
# General UI/UX #
###############################################################################
# Menu bar: disable transparency
defaults write NSGlobalDomain AppleEnableMenuBarTransparency -bool false
# Disable the “Are you sure you want to open this application?” dialog