Skip to content

Instantly share code, notes, and snippets.

View gtasteve's full-sized avatar

steve singh gtasteve

  • Pureion Consulting Inc
  • Toronto Ontario
View GitHub Profile
@gtasteve
gtasteve / start_Urbit_tmux.sh
Last active December 17, 2020 18:06 — forked from todgru/starttmux.sh
Start up tmux with custom windows, panes and applications running
#!/bin/sh
#
# Setup a work space for your Urbit ship `<ship-name>` with two windows
# first window has 3 panes.
# The first pane set at 65%, split horizontally, set to api root and running vim
# pane 2 is split at 25% and running redis-server
# pane 3 is set to api root and bash prompt.
# note: `api` aliased to `cd ~/path/to/work`
#
session="work"