Skip to content

Instantly share code, notes, and snippets.

@dougm
Created July 15, 2010 17:44
Show Gist options
  • Save dougm/477254 to your computer and use it in GitHub Desktop.
Save dougm/477254 to your computer and use it in GitHub Desktop.
#command-line install of Aquamacs-Emacs (XXX make this a chef recipe)
curl -o Aquamacs-Emacs-2.0.dmg http://d10xg45o6p6dbl.cloudfront.net/projects/a/aquamacs/Aquamacs-Emacs-2.0.dmg
hdiutil attach Aquamacs-Emacs-2.0.dmg
sudo cp -r /Volumes/Aquamacs\ Emacs/Aquamacs.app /Applications
hdiutil detach /Volumes/Aquamacs\ Emacs
rm Aquamacs-Emacs-2.0.dmg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment