Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am brentnycum on github.
  • I am brentnycum (https://keybase.io/brentnycum) on keybase.
  • I have a public key ASDdft88O0uMjoqR76DZiAeCxlZTSK3VvphMgYGWL0HGiAo

To claim this, I am signing this object:

@brentnycum
brentnycum / parallels.sh
Last active January 1, 2016 20:39
Launch Parallels 7 on OS X Mavericks
# Add Parallels to Accessibility for keyboard/mouse to work properly
# System Preferences > Security & Privacy > Privacy Tab > Accessibility section
# If networking fails in Parallels open Preferences
# Advanced > Network: Change Settings > Restore Defaults
# Then from Menu: Devices > Network > Shared
cd "/Library/Parallels/Parallels Service.app/Contents/Kexts/10.6/"
sudo kextutil prl_hypervisor.kext/
@brentnycum
brentnycum / preferences.json
Last active October 9, 2015 04:38
Sublime Text 2 Config
{
"always_show_minimap_viewport": true,
"auto_close_tags": false,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"disable_formatted_linebreak": true, // Emmet
"draw_minimap_border": true,
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"font_face": "Menlo",