Update arch install

This commit is contained in:
KK
2026-06-25 08:48:57 +02:00
parent d1a43f0ff9
commit 5d125be800
5 changed files with 18 additions and 665 deletions

7
bin/tmux3 Executable file
View File

@@ -0,0 +1,7 @@
#!/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}"