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/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 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