mirror of
https://github.com/jimeh/tmux-themepack-previews.git
synced 2026-02-18 21:26:40 +00:00
chore: Add setup and teardown scripts for producing previews
This commit is contained in:
17
preview-setup.bash
Executable file
17
preview-setup.bash
Executable file
@@ -0,0 +1,17 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
name=tmuxthemepack-previews
|
||||
|
||||
tmux -L "$name" kill-server
|
||||
tmux -L "$name" new-session -d -s other
|
||||
tmux -L "$name" new-session -d -s test
|
||||
tmux -L "$name" new-session -d -s themes -n main
|
||||
tmux -L "$name" new-window
|
||||
tmux -L "$name" new-window
|
||||
tmux -L "$name" select-window -t themes:0
|
||||
tmux -L "$name" split-window -t themes -h
|
||||
tmux -L "$name" split-window -t themes -v
|
||||
tmux -L "$name" clock -t themes
|
||||
tmux -L "$name" select-pane -t themes:0.1
|
||||
tmux -L "$name" choose-tree -s
|
||||
tmux -L "$name" attach -t themes
|
||||
5
preview-teardown.bash
Executable file
5
preview-teardown.bash
Executable file
@@ -0,0 +1,5 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
name=tmuxthemepack-previews
|
||||
|
||||
tmux -L "$name" kill-server
|
||||
Reference in New Issue
Block a user