Skip to content

Instantly share code, notes, and snippets.

@glarizza
Created November 19, 2012 00:44
Show Gist options
  • Save glarizza/4108374 to your computer and use it in GitHub Desktop.
Save glarizza/4108374 to your computer and use it in GitHub Desktop.
Set Desktop Picture
property_list_key { 'Desktop Picture':
ensure => present,
path => '/Library/Preferences/com.apple.loginwindow',
key => 'DesktopPicture',
value => '/Library/Desktop Pictures/Ripples Blue.jpg',
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment