## Open a New Safari Window ``` tell application "Safari" make new document activate end tell ``` ---- ## Open a New Terminal Window ``` tell application "Terminal" do script "" activate end tell ``` ---- ## Open up Work and Personal Email Tabs in new Window https://gist.github.com/paltman/5f92c16cc46e36dd43f7d235de1b47af