From 41dda6569b7c994e8acbf6d76d6e645461660d65 Mon Sep 17 00:00:00 2001 From: araison Date: Mon, 22 Jan 2024 13:17:06 +0100 Subject: [PATCH 1/4] Updating dotfiles suited for stow --- tmux/.config/tmux | 1 + 1 file changed, 1 insertion(+) create mode 160000 tmux/.config/tmux diff --git a/tmux/.config/tmux b/tmux/.config/tmux new file mode 160000 index 0000000..123ad5c --- /dev/null +++ b/tmux/.config/tmux @@ -0,0 +1 @@ +Subproject commit 123ad5c10921f56993aa190beb280828cf4de6c7 From 9b3b26c4e30c841d244b48f7bdf6476ba93c413a Mon Sep 17 00:00:00 2001 From: araison Date: Mon, 22 Jan 2024 13:18:55 +0100 Subject: [PATCH 2/4] Fixing --- tmux/.config/tmux | 1 - 1 file changed, 1 deletion(-) delete mode 160000 tmux/.config/tmux diff --git a/tmux/.config/tmux b/tmux/.config/tmux deleted file mode 160000 index 123ad5c..0000000 --- a/tmux/.config/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 123ad5c10921f56993aa190beb280828cf4de6c7 From b051bd4aae628b3c9c90abfccfd81a5828d3d111 Mon Sep 17 00:00:00 2001 From: araison Date: Mon, 22 Jan 2024 13:24:17 +0100 Subject: [PATCH 3/4] Adding tmux config --- .gitmodules | 3 +++ tmux/.config/.tmux | 1 + tmux/.config/tmux/tmux.conf | 1 + tmux/.config/tmux/tmux.conf.local | 1 + 4 files changed, 6 insertions(+) create mode 100644 .gitmodules create mode 160000 tmux/.config/.tmux create mode 120000 tmux/.config/tmux/tmux.conf create mode 120000 tmux/.config/tmux/tmux.conf.local diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..550d3b4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "tmux/.config/.tmux"] + path = tmux/.config/.tmux + url = https://github.com/gpakosz/.tmux.git diff --git a/tmux/.config/.tmux b/tmux/.config/.tmux new file mode 160000 index 0000000..123ad5c --- /dev/null +++ b/tmux/.config/.tmux @@ -0,0 +1 @@ +Subproject commit 123ad5c10921f56993aa190beb280828cf4de6c7 diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 120000 index 0000000..ad76979 --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1 @@ +.tmux/.tmux.conf \ No newline at end of file diff --git a/tmux/.config/tmux/tmux.conf.local b/tmux/.config/tmux/tmux.conf.local new file mode 120000 index 0000000..b3d3f96 --- /dev/null +++ b/tmux/.config/tmux/tmux.conf.local @@ -0,0 +1 @@ +.tmux/.tmux.conf.local \ No newline at end of file From b7d53115cda2787c16dbabe5f2cda6cb84874ed4 Mon Sep 17 00:00:00 2001 From: araison Date: Mon, 22 Jan 2024 13:33:17 +0100 Subject: [PATCH 4/4] Adding README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..16a0f70 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# To do + +git clone --recurse-submodules git@gitlab.xlim.fr:araison/dotfiles.git