Skip to content

Instantly share code, notes, and snippets.

View mlantz's full-sized avatar
💻
Working on lots of open source goodies!

Matt Lantz mlantz

💻
Working on lots of open source goodies!
View GitHub Profile
@mlantz
mlantz / gist:a372d0136eaf50539e963a9edee90c9e
Created May 11, 2016 04:22 — forked from saetia/gist:1623487
Clean Install – OS X 10.11 El Capitan

OS X Preferences


most of these require logout/restart to take effect

# Enable character repeat on keydown
defaults write -g ApplePressAndHoldEnabled -bool false

# Set a shorter Delay until key repeat
@mlantz
mlantz / install.sh
Last active August 29, 2015 14:13 — forked from fideloper/install.sh
#!/usr/bin/env bash
echo ">>> Starting Install Script"
# Update
sudo apt-get update
# Install MySQL without prompt
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password root'
sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password root'