Sha256: fc27dc1edabb05a86e90f410e022073de8b535067b5188ac9acc4fffa3fd9db4
Contents?: true
Size: 450 Bytes
Versions: 6
Compression:
Stored size: 450 Bytes
Contents
export WORKING_DIR=~/work/roboto cd $WORKING_DIR; mvim; gitx tmux start-server tmux new-session -d -s Roboto -n work tmux new-window -tRoboto:1 -n server tmux new-window -tRoboto:2 -n guard tmux send-keys -tRoboto:0 'cd $WORKING_DIR' C-m tmux send-keys -tRoboto:1 'cd $WORKING_DIR && cd spec/dummy && rails s' C-m tmux send-keys -tRoboto:2 'cd $WORKING_DIR && bundle exec guard' C-m tmux select-window -tRoboto:0 tmux attach-session -d -tRoboto
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
roboto-1.0.1 | bin/tmux.sh |
roboto-1.0.0 | bin/tmux.sh |
roboto-0.2.0 | bin/tmux.sh |
roboto-0.1.0 | bin/tmux.sh |
roboto-0.0.2 | bin/tmux.sh |
roboto-0.0.1 | bin/tmux.sh |