Updating tmuxinator configs

This commit is contained in:
2025-09-14 13:11:44 -04:00
parent d9fd53fbc3
commit 9b33a71816
9 changed files with 64 additions and 39 deletions

View File

@@ -3,7 +3,8 @@
# Description: A script to list and start tmuxinator projects using fzf.
# Set the directory where your tmuxinator configuration files are located
TMUXINATOR_CONFIG_DIR="${HOME}/.config/tmuxinator/"
# TMUXINATOR_CONFIG_DIR="${HOME}/.config/tmuxinator/"
TMUXINATOR_CONFIG_DIR="/etc/nixos/home/.config/tmuxinator/"
# Find all tmuxinator `.yml` files in the specified directory, remove path and extensions
# project=$(find "$TMUXINATOR_CONFIG_DIR" -type f -name "*.yml" | sed 's|.*/||;s|\.yml$||' | \