Last active
          March 14, 2019 09:34 
        
      - 
      
- 
        Save mohammedtalal/bda38eceffc4fc6769710cf3a1ef2251 to your computer and use it in GitHub Desktop. 
    Script that run when OS start, to make development environment ready
  
        
  
    
      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
    
  
  
    
  | #!/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