Skip to content

Instantly share code, notes, and snippets.

@fawx
Created August 4, 2015 20:24
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 fawx/b084237caf5615a17cbd to your computer and use it in GitHub Desktop.
Save fawx/b084237caf5615a17cbd to your computer and use it in GitHub Desktop.
tell application "Google Chrome"
make new window
end tell
tell application "iTerm"
set myterm to (make new terminal)
tell myterm
set mysession to (make new session at the end of sessions)
tell mysession
exec command "/bin/bash -l"
end tell
activate
end tell
end tell
do shell script "/usr/local/bin/mvim > /dev/null 2>&1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment