From feb6efa204aea51bc4b6c68384648971ad0eb766 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sat, 14 May 2022 21:30:42 +0300 Subject: [PATCH] Move tmux config --- config.yaml | 4 ++-- dotfiles/{ => config/tmux}/tmux.conf | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename dotfiles/{ => config/tmux}/tmux.conf (100%) diff --git a/config.yaml b/config.yaml index 0be97d6..1e40fc6 100644 --- a/config.yaml +++ b/config.yaml @@ -10,8 +10,8 @@ dotfiles: src: vimrc dst: ~/.vimrc f_tmux.conf: - src: tmux.conf - dst: ~/.tmux.conf + src: config/tmux/tmux.conf + dst: ~/.config/tmux/tmux.conf f_foot.ini: src: config/foot/foot.ini dst: ~/.config/foot/foot.ini diff --git a/dotfiles/tmux.conf b/dotfiles/config/tmux/tmux.conf similarity index 100% rename from dotfiles/tmux.conf rename to dotfiles/config/tmux/tmux.conf