Skip to content

Instantly share code, notes, and snippets.

View xanderdunn's full-sized avatar

Xander Dunn xanderdunn

View GitHub Profile
encoding = "UTF-8"
config.version = "8"
virtualHW.version= "11"
guestOS = "darwin14-64"
memsize = "4096"
displayname = "Mac"
sata0.present = "TRUE"J
sata0:0.present = "TRUE"
sata0:0.fileName = "/vmfs/volumes/datastore1/Mac.vmdk"
sata0:1.present = "TRUE"
set clipboard=unnamed
set nocompatible " Use vim settings
set modelines=0 " Prevent security hole
" All tabs are 4 spaces
set expandtab
set tabstop=4
set shiftwidth=4
set softtabstop=4