#!/bin/bash SESSION_NAME=${1:- 󰊠 } tmux new-session -d -s "$SESSION_NAME" -n vi tmux new-window -t "$SESSION_NAME" -n build tmux new-window -t "$SESSION_NAME" -n git tmux new-window -t "$SESSION_NAME" -n nix tmux select-window -t "$SESSION_NAME":vi tmux attach-session -t "$SESSION_NAME"