mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
git: move config into .config
This commit is contained in:
parent
ae3bf99617
commit
82f78df095
2 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
format = ssh
|
||||
|
||||
[gpg "ssh"]
|
||||
;; echo "$(whoami) $(cat $HOME/.ssh/id_*\.pub)" | tee $HOME/.config/git/allowed_signers
|
||||
allowedSignersFile = ~/.config/git/allowed_signers
|
||||
|
||||
[core]
|
||||
4
config/git/ignore
Normal file
4
config/git/ignore
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
/.nvim.lua
|
||||
/.docker/
|
||||
.env
|
||||
AGENTS.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue