From dfd53bbe679cd4be26968c8790d9c6dba6c40744 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Thu, 1 Aug 2024 14:23:27 -0400 Subject: [PATCH] Tmux Refactor Refactored tmux to it's own stow package and made it work with the --dotfiles directive. --- {.config => tmux/dot-config}/tmux/tmux.conf | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {.config => tmux/dot-config}/tmux/tmux.conf (100%) diff --git a/.config/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf similarity index 100% rename from .config/tmux/tmux.conf rename to tmux/dot-config/tmux/tmux.conf