#!/usr/bin/env bash set -euo pipefail tmux split-window -h \; \ split-window -h \; \ select-layout even-horizontal \; \ resize-pane -t 1 -R "${1:-5}"