Change git difftool to prompt, actually install .gitconfig
This commit is contained in:
@@ -4,6 +4,6 @@
|
|||||||
[diff]
|
[diff]
|
||||||
tool = vimdiff
|
tool = vimdiff
|
||||||
[difftool]
|
[difftool]
|
||||||
prompt = false
|
prompt = true
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|||||||
@@ -4,3 +4,4 @@ git submodule sync;
|
|||||||
git submodule update;
|
git submodule update;
|
||||||
|
|
||||||
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~;
|
rsync --exclude ".git/" --exclude ".git*" --exclude "install.sh" --exclude "py3status" -avhE --no-perms . ~;
|
||||||
|
cp ./.gitconfig ~/.gitconfig;
|
||||||
|
|||||||
Reference in New Issue
Block a user