Last active
October 23, 2020 14:21
-
-
Save Cabeda/8f16b830d7e720687f9d9a7afda31883 to your computer and use it in GitHub Desktop.
Mac dev day starter
This file contains 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
#bin/bash | |
# This is a small script that I run every day to start working | |
open -a spotify -g | |
open -a notion -g | |
open -a slack -g | |
open -a "Visual Studio Code" -g | |
open -a "Google Chrome" | |
open -a firefox | |
open -a "authy desktop" | |
open -a "bitwarden" | |
# Start my time tracker (https://github.com/Cabeda/time-tracker) | |
# tt track | |
echo "Good work and have a nice dev day!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment