Skip to content

Instantly share code, notes, and snippets.

@Cabeda
Last active October 23, 2020 14:21
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 Cabeda/8f16b830d7e720687f9d9a7afda31883 to your computer and use it in GitHub Desktop.
Save Cabeda/8f16b830d7e720687f9d9a7afda31883 to your computer and use it in GitHub Desktop.
Mac dev day starter
#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