Skip to content

Instantly share code, notes, and snippets.

@deiga
Created July 12, 2017 11:05
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 deiga/f4ce8415c3d2de274e78c8c7ef1b3255 to your computer and use it in GitHub Desktop.
Save deiga/f4ce8415c3d2de274e78c8c7ef1b3255 to your computer and use it in GitHub Desktop.
global hyperlayout config
{
"default": [
"mosh hilla",
"hyperlayout dotfiles",
"j v1",
"j ansible",
"hyperlayout heaven"
],
"dotfiles": [[
[
"j dotfiles && rake update",
[
"j dotfiles && apm upgrade --confirm false",
"ps -fae | grep glances || sudo glances -w"
]
]
]],
"uusimuste": [
[
[
[
"j uusimuste && cd uusimuste && npm run build:watch",
"open https://localhost:8888"
],
"j uusimuste && vagrant up && vagrant ssh"
]
]
],
"kin": [
[
[
"j kin-api && npm start && npm run watch:dev",
"j kin-web && npm run watch:dev"
],
[
"j kin-api && pm2 monit",
"j kin-api"
]
]
],
"heaven": [
[
"j heaven && docker-compose up dev worker1 worker2",
[
"j heaven",
"j heaven && ngrok http --region eu 32768"
]
]
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment