mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Add git configuration.
I do like the recursion in this.
This commit is contained in:
17
git/.config/git/config
Normal file
17
git/.config/git/config
Normal file
@@ -0,0 +1,17 @@
|
||||
[core]
|
||||
pager = less -x4
|
||||
editor = vim
|
||||
excludesfile = ~/.config/git/ignore
|
||||
|
||||
[user]
|
||||
name = Bert Peters
|
||||
email = bert.ljpeters@gmail.com
|
||||
|
||||
[push]
|
||||
default = simple
|
||||
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
|
||||
[help]
|
||||
autocorrect = 10
|
||||
4
git/.config/git/ignore
Normal file
4
git/.config/git/ignore
Normal file
@@ -0,0 +1,4 @@
|
||||
# Editor backup files
|
||||
*~
|
||||
.*.swp
|
||||
.DS_Store
|
||||
@@ -58,4 +58,8 @@ then
|
||||
stow -t $HOME zsh
|
||||
fi
|
||||
|
||||
# Install all XDG compatible packages
|
||||
echo "Installing remaining packages"
|
||||
stow -t $HOME pacman git
|
||||
|
||||
echo "Installation finished."
|
||||
|
||||
Reference in New Issue
Block a user