chores
- removes alacritty - updates gitconfig to include lfs shit - updates gitconfig to not rebase ever - updates keyboard shortcuts to use gnome-terminal - adds import/export of gnome-terminal settings with dconf - fixes export for gnome extensions to not run when not running gnome
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[user]
|
||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
|
||||
email = menno@vleeuwen.me
|
||||
name = Menno van Leeuwen
|
||||
email = menno@vleeuwen.me
|
||||
name = Menno van Leeuwen
|
||||
|
||||
[gpg]
|
||||
format = ssh
|
||||
@ -16,3 +16,10 @@
|
||||
ui = true
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
[pull]
|
||||
rebase = false
|
||||
[filter "lfs"]
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
Reference in New Issue
Block a user