Add tmux config

This commit is contained in:
lif
2025-11-06 22:04:21 +00:00
parent b0176d1795
commit 249323d293
2 changed files with 56 additions and 0 deletions

View File

@@ -10,6 +10,9 @@ cd core-setup
sh setup
cd $current_dir
# tmux setup
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Ensure fish/fisher setup + install plugins
if fish -c "which fisher" >/dev/null 2>&1; then
echo "fisher is installed"