motiejus/dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone https://git.jakstys.lt/motiejus/dotfiles.git
Log | Tree | Refs | README | LICENSE

commit d3ea230f698d2f803dd95229f2a8146af28c05c1 (tree)
parent c16e3455e15fe363e80eb7bb1caf8e4f081bd11c
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Sat,  7 Nov 2020 19:50:27 +0200

add .msmtprc and .psqlrc

Diffstat:
Abash/.psqlrc | 1+
Amail/.msmtprc | 10++++++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/bash/.psqlrc b/bash/.psqlrc @@ -0,0 +1 @@ +\x auto diff --git a/mail/.msmtprc b/mail/.msmtprc @@ -0,0 +1,10 @@ +account desired.mta@gmail.com +host smtp.gmail.com +port 587 +tls on +tls_starttls on +auth on +user desired.mta +from desired.mta@gmail.com +passwordeval cat ~/.email.txt +account default: desired.mta@gmail.com