From dc33dd084f560a9a00c698e3c2c994a6aa27c67a Mon Sep 17 00:00:00 2001 From: Luca Bilke 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 000000000..b336abf62 --- /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 67d05fe09..0f4e7c76a 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 1ffa83b87..29ac6fa70 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 f36054d74..e1043e5c8 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 573e53123..71258a0ee 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