Set up aerc accounts

This commit is contained in:
Trevor Vallender 2023-03-24 13:36:47 +00:00
parent d7064ca62c
commit 55fe810aef
4 changed files with 28 additions and 3 deletions

View File

@ -0,0 +1,18 @@
[Personal]
source = imaps://trevor%40tsvallender.co.uk@mail.tsvallender.co.uk
outgoing = smtps+plain://trevor%40tsvallender.co.uk@mail.tsvallender.co.uk
default = INBOX
from = Trevor Vallender <trevor@tsvallender.co.uk>
copy-to = Sent
source-cred-cmd = bw get password 3138af18-75b2-4985-90ed-adfd00b18e95
outgoing-cred-cmd = bw get password 3138af18-75b2-4985-90ed-adfd00b18e95
[Foxsoft]
source = imaps://trevor%40foxsoft.co.uk@imap.gmail.com
outgoing = smtps+plain://trevor%40foxsoft.co.uk@smtp.gmail.com
default = INBOX
from = Trevor Vallender <trevor@foxsoft.co.uk>
copy-to = Sent
source-cred-cmd = bw get password bf0f7425-341e-4195-a17d-afca00b4dd86
outgoing-cred-cmd = bw get password bf0f7425-341e-4195-a17d-afca00b4dd86

View File

@ -1,6 +1,7 @@
[general]
default-save-path=~/downloads
unsafe-accounts-conf=true
[ui]
mouse-enabled=true
@ -14,13 +15,13 @@ icon-invalid=⚠
threading-enabled=true
[viewer]
pager=less -r
pager=nvim
alternatives=text/html,text/plain
[filters]
text/plain=colorize
text/calendar=calendar
message/delivery-status=colorize
message/rfc822=colorize
text/html=w3m -T text/html
text/html=pandoc -f html -t markdown_strict-raw_html

View File

@ -22,6 +22,7 @@
awscli2
awsebcli
bitwarden
bitwarden-cli
cachix
calibre
chromium
@ -44,6 +45,8 @@
libreoffice
lshw
nerdfonts
pandoc
pspg
ripgrep
ruby_3_1
rubyPackages_3_1.dip
@ -94,6 +97,7 @@
home.file.".bash_profile".source = ./bash_profile;
home.file.".bashrc".source = ./bashrc;
home.file.".tmux.conf".source = ./tmux.conf;
home.file.".psqlrc".source = ./psqlrc;
home.file.".w3m/config".source = ./w3m/config;
xdg.configFile."git/config".source = ./git/config;
xdg.configFile."git/config_foxsoft".source = ./git/config_foxsoft;
@ -102,6 +106,7 @@
xdg.configFile."kitty/kitty.conf".source = ./kitty/kitty.conf;
xdg.configFile."kitty/gruvbox_dark_soft.conf".source = ./kitty/gruvbox_dark_soft.conf;
xdg.configFile."aerc/aerc.conf".source = ./aerc/aerc.conf;
xdg.configFile."aerc/accounts.conf".source = ./aerc/accounts.conf;
home.file.".ssh/config".source = ./ssh/config;
home.file.".LESS_TERMCAP".source = ./LESS_TERMCAP;
services.syncthing.enable = true;

1
users/tsv/psqlrc Normal file
View File

@ -0,0 +1 @@
\setenv PAGER 'pspg'