commit 6b78d2dba92d24a525abdbd054645071457390f8 Author: qvalentin Date: Tue Sep 21 11:09:32 2021 +0200 init dotfiles repo 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