From e947a9d04e014bff5cd86f8e803a65b0fe9b6357 Mon Sep 17 00:00:00 2001 From: Sebastian Lenzlinger Date: Wed, 18 Jun 2025 01:26:52 +0200 Subject: [PATCH] Some more refactoring for GNU stow (git, vim and tmux) --- git/{gitconfig => dot-config/git/config} | 0 tmux/{ => dot-config/tmux}/tmux.conf | 0 vim/{vimrc => dot-vimrc} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename git/{gitconfig => dot-config/git/config} (100%) rename tmux/{ => dot-config/tmux}/tmux.conf (100%) rename vim/{vimrc => dot-vimrc} (100%) diff --git a/git/gitconfig b/git/dot-config/git/config similarity index 100% rename from git/gitconfig rename to git/dot-config/git/config diff --git a/tmux/tmux.conf b/tmux/dot-config/tmux/tmux.conf similarity index 100% rename from tmux/tmux.conf rename to tmux/dot-config/tmux/tmux.conf diff --git a/vim/vimrc b/vim/dot-vimrc similarity index 100% rename from vim/vimrc rename to vim/dot-vimrc