Skip to content

Instantly share code, notes, and snippets.

@HarshitRuwali
Created July 31, 2020 07:20
Show Gist options
  • Save HarshitRuwali/0632d7e505d0f87e5e516987e9febffd to your computer and use it in GitHub Desktop.
Save HarshitRuwali/0632d7e505d0f87e5e516987e9febffd to your computer and use it in GitHub Desktop.
Shell file for setting the work environment.
# Place this file in the root directory of the system
# Run `chmod +x work.sh`
# Run `./work.sh`
open -a "Mail.app"
open -a "Safari.app" https://stackoverflow.com/ https://mail.google.com/mail/u/0/#inbox https://github.com
open -a "Firefox Developer Edition.app"
# You may add your editor too. I am not adding cause I use a couple of editors (Sublime, Xcode, Android Stdio) for different work so it matters what you want that time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment