Skip to content

Instantly share code, notes, and snippets.

View mrbrannan's full-sized avatar
🌕
Off to the moon

Marc Brannan mrbrannan

🌕
Off to the moon
View GitHub Profile

Keybase proof

I hereby claim:

  • I am mrbrannan on github.
  • I am jedireefer (https://keybase.io/jedireefer) on keybase.
  • I have a public key ASBj8x-Grtfc4L1PQ1JO6xVBhYyyyk9bQ6ra-XkfPBtDywo

To claim this, I am signing this object:

@mrbrannan
mrbrannan / base.js
Created March 2, 2019 17:55 — forked from tkh44/base.js
emotion with styled-system.
import React from 'react'
import styled from 'emotion/react'
import { omit } from 'emotion/lib/utils'
import { space, width, fontSize, color, responsiveStyle } from 'styled-system'
import { baseCss } from './ui'
const defaultExcludedProps = [
'm',
'mt',
@mrbrannan
mrbrannan / initws.sh
Last active July 23, 2018 16:29
init workstation
####################
# User Preferences #
####################
# defaults write com.apple.systempreferences "NSWindow Frame Main Window Frame SystemPreferencesApp 8.0" -string "159 419 668 462 0 0 1920 1177 " # Set display scale to more space
# Show battery percent in menu bar
defaults write com.apple.menuextra.battery ShowPercent -string YES
# Show save menu
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true
# Plain text by default in TextEdit