undo the damage done by bare repo dotfiles
This commit is contained in:
parent
09286514ab
commit
dc33dd084f
|
@ -0,0 +1,2 @@
|
||||||
|
reader-port Yubico Yubi
|
||||||
|
disable-ccid
|
|
@ -49,7 +49,7 @@ cmd lazygit ${{
|
||||||
if git --noglob-pathspecs -C $dir status >/dev/null 2>&1; then
|
if git --noglob-pathspecs -C $dir status >/dev/null 2>&1; then
|
||||||
lf -remote "send $id \$cd '$dir' && lazygit"
|
lf -remote "send $id \$cd '$dir' && lazygit"
|
||||||
else
|
else
|
||||||
lazygit --git-dir "$XDG_DATA_HOME/dots" -p "$STOW_DIR/$DOTS_PACKAGE"
|
lazygit -p "$STOW_DIR/$DOTS_PACKAGE"
|
||||||
fi
|
fi
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,3 @@ end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
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
|
|
||||||
|
|
|
@ -1,14 +1 @@
|
||||||
/*
|
.config/zsh/.zcompdump
|
||||||
!/\.config
|
|
||||||
|
|
||||||
!/\.local
|
|
||||||
/\.local/share/dots
|
|
||||||
/\.local/share/service
|
|
||||||
|
|
||||||
!/\.editorconfig
|
|
||||||
!/\.gitignore
|
|
||||||
!/\.gitattributes
|
|
||||||
!/\.gitmodules
|
|
||||||
|
|
||||||
!/README\.md
|
|
||||||
!/TODO\.md
|
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
||||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
path = .config/zsh/plugins/fast-syntax-highlighting
|
||||||
url = https://github.com/zdharma-continuum/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
|
|
||||||
|
|
Loading…
Reference in New Issue