mirror of
https://github.com/jakejarvis/dotfiles.git
synced 2025-11-04 22:10:09 -05:00
support all debian-based machines, not just codespaces
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[core]
|
||||
editor = code --wait
|
||||
pager = delta
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
# Make `git rebase` safer on macOS
|
||||
@@ -25,6 +26,8 @@
|
||||
tool = default-difftool
|
||||
[difftool "default-difftool"]
|
||||
cmd = code --wait --diff $LOCAL $REMOTE
|
||||
[interactive]
|
||||
diffFilter = delta --color-only --features=interactive
|
||||
[alias]
|
||||
undo = reset --soft HEAD~1
|
||||
pom = push origin main
|
||||
@@ -53,3 +56,11 @@
|
||||
keepBackup = true
|
||||
[color]
|
||||
ui = auto
|
||||
[delta]
|
||||
features = decorations
|
||||
[delta "interactive"]
|
||||
keep-plus-minus-markers = false
|
||||
[delta "decorations"]
|
||||
hunk-header-style = omit
|
||||
line-numbers = true
|
||||
syntax-theme = base16
|
||||
|
||||
Reference in New Issue
Block a user