Skip to content

Instantly share code, notes, and snippets.

@bretonics
Created May 22, 2015 03:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bretonics/525e2ae0f0dbd615ec28 to your computer and use it in GitHub Desktop.
Save bretonics/525e2ae0f0dbd615ec28 to your computer and use it in GitHub Desktop.
Mac Apps launcher- Launch all user essential apps at once
-- Launch all your desired apps at once, with a single call.
-- Works wonderful right after startup/reboot without compromising boot time
set appsFolder to "/Applications"
set Apps to {"Mail", "Google Drive", "MenuMate", "Due", "PopClip", "Window Tidy", "Yoink",
"Trickster", "DropZone", "Mint QuickView", "unDock", "Visits", "CalendarFree", "Degrees"} --Change/add desired apps here
repeat with theItem in Apps
launch application theItem
end repeat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment