Skip to main content

All Questions

12 votes
3 answers
21k views

What's the easiest way to have a script run at boot time in OS X?

I want a script (bash/zsh/ruby/...) to run at boot time in OS X. What's the most simple way to do this, without messing with xml/plist files, and preferably not needing to make a meta AppleScript.
John Bachir's user avatar
  • 1,359
8 votes
4 answers
30k views

Run AppleScript on startup (background)

I want to run a apple-script on Mac OS X on startup. The script shall run during the complete lifetime of the user session. What is the best solution to do this? My Script: on idle do shell ...
road242's user avatar
  • 648