No description
  • Shell 99.6%
  • Makefile 0.4%
Find a file
2026-07-10 10:31:16 +02:00
scripts fixes 2026-07-10 10:31:16 +02: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 updates 2026-06-22 17:50:06 +02:00
tmux.conf wip 2026-06-15 15:52:39 +02:00
tmux.plugins fixing ip animation 2026-06-25 12:14:47 +02: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 --multi" # 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..