1
0
Fork 0

undo the damage done by bare repo dotfiles

This commit is contained in:
Luca Bilke 2024-05-24 20:40:06 +02:00
parent 09286514ab
commit dc33dd084f
5 changed files with 4 additions and 28 deletions

View File

@ -0,0 +1,2 @@
reader-port Yubico Yubi
disable-ccid

View File

@ -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
}}

View File

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

15
.gitignore vendored
View File

@ -1,14 +1 @@
/*
!/\.config
!/\.local
/\.local/share/dots
/\.local/share/service
!/\.editorconfig
!/\.gitignore
!/\.gitattributes
!/\.gitmodules
!/README\.md
!/TODO\.md
.config/zsh/.zcompdump

3
.gitmodules vendored
View File

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