Skip to content

Instantly share code, notes, and snippets.

@TheoOliveira
Created May 12, 2022 12:06
Show Gist options
  • Select an option

  • Save TheoOliveira/8cec5e079e564261382e21ff650c58f3 to your computer and use it in GitHub Desktop.

Select an option

Save TheoOliveira/8cec5e079e564261382e21ff650c58f3 to your computer and use it in GitHub Desktop.
#!/bin/sh
echo 'Good Morning Théo'
google-chrome --profile-directory="Default" --new-window --args "gmail.com" "ticktick.com" &
disown
google-chrome --profile-directory="Profile 1" --new-window --args "https://outlook.office.com/mail/" &
disown
google-chrome --profile-directory="Profile 4" --new-window --args "gmail.com" "my.kinsta.com" &
disown
flatpak run org.telegram.desktop &
disown
slack &
disown
discord &
disown
deezer &
disown && exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment