git: init config
This commit is contained in:
parent
e382f41522
commit
8eddbd0658
3 changed files with 15 additions and 0 deletions
11
.gitconfig
Normal file
11
.gitconfig
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[user]
|
||||||
|
email = jtbx@disroot.org
|
||||||
|
name = Jeremy Baxter
|
||||||
|
[core]
|
||||||
|
excludesFile = ~/.gitignore
|
||||||
|
[sendemail]
|
||||||
|
smtpserver = disroot.org
|
||||||
|
smtpuser = jtbx
|
||||||
|
smtpencryption = ssl
|
||||||
|
smtpserverport = 465
|
||||||
|
annotate = yes
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.*.~undo-tree~
|
||||||
|
*~
|
2
sync.sh
2
sync.sh
|
@ -4,6 +4,8 @@ set -e
|
||||||
|
|
||||||
cd "$(dirname $0)"
|
cd "$(dirname $0)"
|
||||||
|
|
||||||
|
cp "$HOME"/.gitconfig .
|
||||||
|
cp "$HOME"/.gitignore .
|
||||||
mkdir -p .emacs.d/
|
mkdir -p .emacs.d/
|
||||||
cp "$HOME"/.emacs.d/init.el .emacs.d/init.el
|
cp "$HOME"/.emacs.d/init.el .emacs.d/init.el
|
||||||
mkdir -p .config/aerc/
|
mkdir -p .config/aerc/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue