From f22f1723c01b56da14ae1de3491a78af1bc4c464 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 11 Dec 2024 20:46:32 +0100 Subject: Dot files with `chezmoi` --- git/.gitconfig | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100755 git/.gitconfig (limited to 'git') diff --git a/git/.gitconfig b/git/.gitconfig deleted file mode 100755 index 081dc4c..0000000 --- a/git/.gitconfig +++ /dev/null @@ -1,49 +0,0 @@ -[user] - name = Santo Cariotti - email = santo@dcariotti.me - signingkey = C9B7C8FD3701C2C6 -[alias] - amend = commit --amend --verbose - ci = commit --verbose - co = checkout - cp = cherry-pick - di = diff - dis = diff --staged - fd = "!f() { git log --grep=$1; }; f" - logs = log --graph --branches --remotes --tags --pretty=format':%C(yellow)%h%C(green)%d%Creset %C(cyan)%an <%ae> %Creset%C(white)%aD %C(red)(%ar)\n%s%Creset\n' - st = status -[credential] - helper = store -[core] - editor = nvim -u ~/.config/nvim/init_clean.vim - ; pager = bat -n --style=plain - ; pager = delta - excludesFile = ~/.gitignore -[init] - defaultBranch = main -[grep] - lineNumber = true -[color "grep"] - lineNumber = yellow - match = red bold - filename = cyan -[merge] - tool = nvimdiff - conflictstyle = diff3 -[mergetool] - prompt = false -; [interactive] -; diffFilter = delta --color-only -; [delta] -; features = line-numbers decorations -[pull] - rebase = false -[diff] - ; external = difft - algorithm = histogram -[safe] - directory = /home/santo/Documents/Notes -[url "git@github.com:"] - pushInsteadOf = "https://github.com/" - pushInsteadOf = "github:" - pushInsteadOf = "git://github.com/" -- cgit v1.2.3-18-g5258