Skip to content

Instantly share code, notes, and snippets.

@RobertAudi
Created June 30, 2010 03:06
Show Gist options
  • Select an option

  • Save RobertAudi/458179 to your computer and use it in GitHub Desktop.

Select an option

Save RobertAudi/458179 to your computer and use it in GitHub Desktop.
Open a new Terminal.app window with the *Basic* color theme using applescript
tell application "Terminal" to activate
tell application "System Events"
tell process "Terminal"
tell menu item "Basic" of menu "New Window" of menu item "New Window" of menu "Shell" of menu bar item "Shell" of menu bar 1
click
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment