Skip to content

Instantly share code, notes, and snippets.

View jaronson's full-sized avatar

Josh Aronson jaronson

View GitHub Profile
@jaronson
jaronson / ubuntu-bootstrap.sh
Created May 11, 2015 02:39
ubuntu-bootstrap
sudo apt-get -y update
sudo apt-get install build-essential git
cd /home/ubuntu
curl -k -O \
https://gist.githubusercontent.com/jaronson/ebd2da49ce5ea33bf7cf/raw/0a84bb4b0500a67bab096533b208c3ba8c6a6a75/.vimrc
curl -k -O \
https://gist.githubusercontent.com/jaronson/3a6e2104740ffcb79128/raw/8d26ea5dae957fdc63fd28c98a9669b9aeffddfb/.tmux.conf
@dennmart
dennmart / .osx
Created September 8, 2011 18:54
Sensible defaults for Mac OS X Lion
# Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# Enable the 2D Dock
defaults write com.apple.dock no-glass -bool true
# Make Dock icons of hidden applications translucent
defaults write com.apple.dock showhidden -bool true
# Disable menu bar transparency