This commit is contained in:
Gabriel Ebner 2013-11-01 19:27:13 +01:00
parent 2aa6cc8195
commit 68f7d0d15e
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,6 @@
FILES = bashrc vimrc zshrc emacs.el gitconfig screenrc commonshrc \
gnomerc gvimrc muttrc
FILES2 = msmtprc
.PHONY: all install clean check
@ -8,6 +9,7 @@ all: $(FILES)
install: $(FILES)
mkdir -p ~/.ssh ~/.vim/autoload
for i in $(FILES); do install -m0644 $$i ~/.$$i; done
for i in $(FILES2); do install -m0600 $$i ~/.$$i; done
install -m0644 vim-pathogen/autoload/pathogen.vim ~/.vim/autoload/
clean:

12
msmtprc Normal file
View File

@ -0,0 +1,12 @@
defaults
tls on
logfile ~/.msmtp.log
account gebner.org
tls_certcheck off
host mail.gebner.org
#from gebner@gebner.org
auth on
user gebner
account default : gebner.org