From 6b78d2dba92d24a525abdbd054645071457390f8 Mon Sep 17 00:00:00 2001 From: qvalentin Date: Tue, 21 Sep 2021 11:09:32 +0200 Subject: [PATCH] init dotfiles repo --- .config/xmonad | 1 + .gitignore | 8 ++++++++ .gitmodules | 3 +++ 3 files changed, 12 insertions(+) create mode 160000 .config/xmonad create mode 100644 .gitignore create mode 100644 .gitmodules diff --git a/.config/xmonad b/.config/xmonad new file mode 160000 index 0000000..90fd606 --- /dev/null +++ b/.config/xmonad @@ -0,0 +1 @@ +Subproject commit 90fd606fb31f033373a3bd40030f19e5a1d586a0 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8bfc430 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +* +!.gitignore +!.gitmodules + +!.config +!.config/xmonad +!.config/xmobar +!.config/fish diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0232255 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".config/xmonad"] + path = .config/xmonad + url = https://tea.filefighter.de/qvalentin/xmonad.git