Skip to content

Instantly share code, notes, and snippets.

@godbout
Created May 1, 2019 17:26
Show Gist options
  • Save godbout/515771073c241008422a40c188760226 to your computer and use it in GitHub Desktop.
Save godbout/515771073c241008422a40c188760226 to your computer and use it in GitHub Desktop.
windows:
- name: chrome
root: /
layout: even-horizontal
panes:
- commands:
- sleep 30
- /usr/bin/open -a "/Applications/Google Chrome.app" "http://ums.docker" --args
- exit
- name: docker
root: ~/Development/USJ/ums
layout: even-vertical
panes:
- commands:
- clear
- devup workspace apache2 mysql
- echo
- gs
focus: true
- commands:
- clear
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- sleep 1; echo .
- clear
- devbash
@godbout
Copy link
Author

godbout commented May 1, 2019

A really shitty GIF of the above cut at 15 seconds: https://cl.ly/5b0dc22d4a6c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment