From 16ab38b2c69cfbeecad5555f8998b77b0e61e736 Mon Sep 17 00:00:00 2001
From: Luca Bilke <bilke@tralios.de>
Date: Fri, 24 May 2024 20:40:06 +0200
Subject: [PATCH] undo the damage done by bare repo dotfiles

---
 .config/gnupg/scdaemon.conf |  2 ++
 .config/lf/lfrc             |  2 +-
 .editorconfig               | 10 ----------
 .gitignore                  | 15 +--------------
 .gitmodules                 |  3 ---
 5 files changed, 4 insertions(+), 28 deletions(-)
 create mode 100644 .config/gnupg/scdaemon.conf

diff --git a/.config/gnupg/scdaemon.conf b/.config/gnupg/scdaemon.conf
new file mode 100644
index 00000000..b336abf6
--- /dev/null
+++ b/.config/gnupg/scdaemon.conf
@@ -0,0 +1,2 @@
+reader-port Yubico Yubi
+disable-ccid
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index 67d05fe0..0f4e7c76 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -49,7 +49,7 @@ cmd lazygit ${{
     if git --noglob-pathspecs -C $dir status >/dev/null 2>&1; then
         lf -remote "send $id \$cd '$dir' && lazygit"
     else
-        lazygit --git-dir "$XDG_DATA_HOME/dots" -p "$STOW_DIR/$DOTS_PACKAGE"
+        lazygit -p "$STOW_DIR/$DOTS_PACKAGE"
     fi
 }}
 
diff --git a/.editorconfig b/.editorconfig
index 1ffa83b8..29ac6fa7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -6,13 +6,3 @@ end_of_line = lf
 insert_final_newline = true
 indent_style = space
 indent_size = 4
-
-# Indentation override for all JS under lib directory
-[lib/**.js]
-indent_style = space
-indent_size = 2
-
-# Matches the exact files either package.json or .travis.yml
-[{package.json,.travis.yml}]
-indent_style = space
-indent_size = 2
diff --git a/.gitignore b/.gitignore
index f36054d7..e1043e5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1 @@
-/*
-!/\.config
-
-!/\.local
-/\.local/share/dots
-/\.local/share/service
-
-!/\.editorconfig
-!/\.gitignore
-!/\.gitattributes
-!/\.gitmodules
-
-!/README\.md
-!/TODO\.md
+.config/zsh/.zcompdump
diff --git a/.gitmodules b/.gitmodules
index 573e5312..71258a0e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
 [submodule ".config/zsh/plugins/fast-syntax-highlighting"]
 	path = .config/zsh/plugins/fast-syntax-highlighting
 	url = https://github.com/zdharma-continuum/fast-syntax-highlighting
-[submodule ".config/nvim"]
-	path = .config/nvim
-	url = https://git.snaile.de/snailed/nvim-init.git