Skip to content

Instantly share code, notes, and snippets.

@fawx
Created January 13, 2016 15:45
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/faf04e16a63e70e2df89 to your computer and use it in GitHub Desktop.
Save fawx/faf04e16a63e70e2df89 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