Skip to content

Instantly share code, notes, and snippets.

@bryanl
Created February 15, 2009 21:57
Show Gist options
  • Save bryanl/64867 to your computer and use it in GitHub Desktop.
Save bryanl/64867 to your computer and use it in GitHub Desktop.
tell application "MacVim"
activate
set bounds of the first window to {0, 0, 950, 900}
end tell
tell application "Terminal"
activate
do script "cd ~/Development"
set bounds of the first window to {945, 0, 1440, 450}
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment