Update dotfiles/.local/share/chezmoi/private_dot_config/himalaya/config.toml.tmpl, dotfiles/.local/share/chezmoi/private_dot_config/gtk-3.0/settings.ini, dotfiles/.local/share/chezmoi/private_dot_config/ghorg/conf.yaml.tmpl, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-golang-pkgs.tmpl, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-cargo-pkgs.tmpl, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-python-pkgs.tmpl, dotfiles/.local/share/chezmoi/private_dot_config/asdf/default-ruby-pkgs.tmpl
Deleted dotfiles/.config/httpie/config.json
This commit is contained in:
parent
19aeca6990
commit
7cea768372
8 changed files with 61 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"default_options": [
|
||||
"--style=fruity"
|
||||
]
|
||||
}
|
|
@ -4,7 +4,7 @@ gtk-button-images=1
|
|||
gtk-cursor-theme-name=Betelgeuse
|
||||
gtk-decoration-layout=icon:minimize,maximize,close
|
||||
gtk-enable-animations=1
|
||||
gtk-font-name=Montserrat, Medium 10
|
||||
gtk-font-name=Montserrat, Medium 11
|
||||
gtk-icon-theme-name=Betelgeuse
|
||||
gtk-menu-images=1
|
||||
gtk-modules=appmenu-gtk-module
|
||||
|
|
|
@ -0,0 +1,60 @@
|
|||
display-name = "Paul DURANT"
|
||||
downloads-dir = "~/Downloads"
|
||||
signature = "Cordialement,\nPaul DURANT"
|
||||
email-listing-page-size = 50
|
||||
|
||||
[gmail]
|
||||
default = true
|
||||
email = "p.durant@gmail.com"
|
||||
|
||||
backend = "imap"
|
||||
imap-host = "imap.gmail.com"
|
||||
imap-port = 993
|
||||
imap-login = "p.durant@gmail.com"
|
||||
imap-passwd-cmd = "pass show gmail"
|
||||
|
||||
sender = "smtp"
|
||||
smtp-host = "smtp.gmail.com"
|
||||
smtp-port = 465
|
||||
smtp-login = "p.durant@gmail.com"
|
||||
smtp-passwd-cmd = "pass show gmail"
|
||||
|
||||
[gmail.folder-aliases]
|
||||
sent = "[Gmail]/Sent Mail"
|
||||
drafts = "[Gmail]/Drafts"
|
||||
|
||||
[outlook]
|
||||
email = "pdurant@outlook.com"
|
||||
email-listing-page-size = 25
|
||||
signature = """
|
||||
Regards,
|
||||
Paul DURANT
|
||||
Sent from Outlook
|
||||
"""
|
||||
|
||||
sender = "sendmail"
|
||||
sendmail-cmd = "/usr/bin/msmtp"
|
||||
|
||||
backend = "imap"
|
||||
imap-host = "outlook.office365.com"
|
||||
imap-port = 993
|
||||
imap-login = "pdurant@outlook.com"
|
||||
imap-passwd-cmd = "security find-internet-password -gs outlook -w"
|
||||
|
||||
[posteo-local]
|
||||
email = "paul.durant@localhost"
|
||||
display-name = "Paul D."
|
||||
downloads-dir = "~/Downloads/posteo"
|
||||
|
||||
backend = "maildir"
|
||||
maildir-root-dir = "~/Maildir"
|
||||
|
||||
sender = "smtp"
|
||||
smtp-host = "posteo.de"
|
||||
smtp-port = 465
|
||||
smtp-login = "paul.durant@posteo.com"
|
||||
smtp-passwd-cmd = "security find-internet-password -gs posteo -w"
|
||||
|
||||
[posteo-local.mailboxes]
|
||||
sent = "Sent" # points to ~/Maildir/.Sent
|
||||
drafts = "~/Maildir/custom/drafts"
|
Loading…
Reference in a new issue