No description
Find a file
2026-03-06 19:51:29 +01:00
scripts added headers 2026-03-06 19:51:29 +01:00
.gitignore added gitignore and added sess config 2025-12-16 17:46:12 +01:00
.stow-local-ignore addet .stow-local-ignore 2024-08-21 17:19:42 +02:00
README.md Added more flags to the config file 2026-01-20 16:25:57 +01:00
tmux.conf now finally the dream 2026-02-08 16:25:27 +01:00
tmux.plugins wip 2026-02-22 12:10:46 +01:00

tmux

session setup

sessions.sh - script under ~/.config/tmux/scripts/sessions.sh - Uses configuration file under: ~/.sessions

# vim: ft=bash
SESSION_DIRS=(
  "$HOME/:1"
  "$HOME/.config:1"
)
# CUSTOM_CMD=fzf # use a custom fzf command entierly
FZF_TOOL=skim # use a different fzf-tool with prebuild settings (fzf | skim | gum)

SET_GIT=true # looks for a git/ directory in ~/ in pure bash..