Skip to content

Instantly share code, notes, and snippets.

@CarlosGrohmann
Last active October 21, 2023 20:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save CarlosGrohmann/70c3c53b431e5807a7bc74f340e11355 to your computer and use it in GitHub Desktop.
Save CarlosGrohmann/70c3c53b431e5807a7bc74f340e11355 to your computer and use it in GitHub Desktop.

Install Gnumeric on mac OS/X

(adapted from: http://www.rumbud.com/d/how-to-install-gnumeric-and-other-linux-apps-on-mac-osx/)

Install homebrew

brew install gnumeric

Open the "Script editor" application and paste the following code:

tell application "Terminal"
do script "gnumeric &"
end tell

Save it as an application. Mouse over the launch icon you see here, hold control while clicking and select 'copy image'

gnumeric-icon

Now right-click the applescript icon you created earlier. Select get info.

In the upper left corner of the window, you’ll see the applescript launch icon. Click it and hit Command-V

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment