From 4b95ccb84547f0db4ebcca465a23cee9b152951b Mon Sep 17 00:00:00 2001 From: xesc Date: Sat, 9 Dec 2023 17:27:05 +0100 Subject: [PATCH] initial commit --- .gitmodules | 12 ++++++++++++ makefile | 0 nvim/.config/nvim | 1 + shell/.config/shell | 1 + tmux/.config/tmux | 1 + zsh/.config/zsh | 1 + 6 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 100644 makefile create mode 160000 nvim/.config/nvim create mode 160000 shell/.config/shell create mode 160000 tmux/.config/tmux create mode 160000 zsh/.config/zsh diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c78ab93 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "nvim/.config/nvim"] + path = nvim/.config/nvim + url = https://git.xesc.de/xesc/neovimconfig.git +[submodule "shell/.config/shell"] + path = shell/.config/shell + url = https://git.xesc.de/xesc/shellconfig.git +[submodule "tmux/.config/tmux"] + path = tmux/.config/tmux + url = https://git.xesc.de/xesc/tmuxconfig.git +[submodule "zsh/.config/zsh"] + path = zsh/.config/zsh + url = https://git.xesc.de/xesc/zshconfig.git diff --git a/makefile b/makefile new file mode 100644 index 0000000..e69de29 diff --git a/nvim/.config/nvim b/nvim/.config/nvim new file mode 160000 index 0000000..d94eaab --- /dev/null +++ b/nvim/.config/nvim @@ -0,0 +1 @@ +Subproject commit d94eaabb3c51c3afbd1576b04385e97b1b190b31 diff --git a/shell/.config/shell b/shell/.config/shell new file mode 160000 index 0000000..b78763d --- /dev/null +++ b/shell/.config/shell @@ -0,0 +1 @@ +Subproject commit b78763d13e74ddc5fee24d9435aeafb0e64d6ffa diff --git a/tmux/.config/tmux b/tmux/.config/tmux new file mode 160000 index 0000000..21c30d2 --- /dev/null +++ b/tmux/.config/tmux @@ -0,0 +1 @@ +Subproject commit 21c30d2a1040dd77d8d1734e4f27471c0d28e4c8 diff --git a/zsh/.config/zsh b/zsh/.config/zsh new file mode 160000 index 0000000..01327cf --- /dev/null +++ b/zsh/.config/zsh @@ -0,0 +1 @@ +Subproject commit 01327cfb52bdd3810ec57ac544900d53ddbb20fa