Skip to content

Instantly share code, notes, and snippets.

@mohammedtalal
Last active March 14, 2019 09:34
Show Gist options
  • Save mohammedtalal/bda38eceffc4fc6769710cf3a1ef2251 to your computer and use it in GitHub Desktop.
Save mohammedtalal/bda38eceffc4fc6769710cf3a1ef2251 to your computer and use it in GitHub Desktop.
Script that run when OS start, to make development environment ready
#!/bin/sh
# google chrome
google-chrome www.soundcloud.com/you/likes
echo "Ready to listen music"
# open guake terminal and up laradock containers
# move to a specific directory on laradock workspace
WORKSPACE_URL="~/workspace/"
PROJECT_NAME="first_project"
guake -e "lara-up"
guake -e "cd "$WORKSPACE_URL$PROJECT_NAME
echo "Happy working day"
# open vs code in a specific project
# slack
code $WORKSPACE_URL$PROJECT_NAME
slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment