Skip to content

Instantly share code, notes, and snippets.

View ptb's full-sized avatar

Peter T Bosse II ptb

View GitHub Profile
#!/bin/sh
### General ###
/usr/bin/defaults write -g 'AppleAquaColorVariant' -int 6
/usr/bin/defaults write -g 'AppleHighlightColor' -string '0.600000 0.800000 0.600000'
/usr/bin/defaults write -g 'AppleShowScrollBars' -string 'Always'
#!/bin/sh
USERTEMPLATE="$3/System/Library/User Template/English.lproj"
LIBPREFS='Library/Preferences'
TARGETFILE='SteerMouse.prefs'
/bin/cp -a "$USERTEMPLATE/$LIBPREFS/$TARGETFILE" "$HOME/$LIBPREFS/$TARGETFILE"
/usr/sbin/chown $USER:staff "$HOME/$LIBPREFS/$TARGETFILE"
$m: 1
.checkmark:after
content: '\2714'
color: #358
font-size: (24px * $m)
.disclosure-indicator:after
display: block
content: ''
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>UINavigationBar</title>
<meta name='viewport' content='initial-scale=1, minimum-scale=1, maximum-scale=1;'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<style>
a, abbr, address, article, aside, audio, b, blockquote, body, button, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
border: 0;
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>UIActionSheet</title>
<meta name='viewport' content='initial-scale=1, minimum-scale=1, maximum-scale=1;'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<style>
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {