Created
July 31, 2020 07:20
-
-
Save HarshitRuwali/0632d7e505d0f87e5e516987e9febffd to your computer and use it in GitHub Desktop.
Shell file for setting the work environment.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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