Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Forked from bryanl/gist:64867
Created February 16, 2009 00:45
Show Gist options
  • Save bcardarella/64930 to your computer and use it in GitHub Desktop.
Save bcardarella/64930 to your computer and use it in GitHub Desktop.
ApplScript to setup Environment from bryanl
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