Skip to content

Instantly share code, notes, and snippets.

@zsiciarz
Created October 17, 2014 19:03
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 zsiciarz/59b44091294ac401ef13 to your computer and use it in GitHub Desktop.
Save zsiciarz/59b44091294ac401ef13 to your computer and use it in GitHub Desktop.
#!/usr/bin/env sh
set -eu
IFS=$'\n\t'
PREFIX="workon siciarz.net"
gnome-terminal \
--maximize \
--working-directory=Development/siciarz.net \
--tab \
--title="editor" \
--command="zsh -is eval '$PREFIX && vim'" \
--tab-with-profile=Default \
--title="runserver" \
--command="zsh -is eval '$PREFIX && python manage.py runserver'" \
--tab-with-profile=Default \
--title="git" \
--command="zsh -is eval '$PREFIX && git status'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment