Update 2023-01-11 09:38 OpenBSD/amd64
This commit is contained in:
parent
7f757881b8
commit
bbe0d5103f
2
.kshrc
2
.kshrc
@ -199,7 +199,7 @@ alias my-ssh-pubkey="pass Keystore/ssh-private | head -n1"
|
|||||||
alias my-ssh-seckey="pass Keystore/ssh-private | tail -n7"
|
alias my-ssh-seckey="pass Keystore/ssh-private | tail -n7"
|
||||||
alias my-gpg-pubkey="gpg --export-options export-minimal --export -a 52BE43BA"
|
alias my-gpg-pubkey="gpg --export-options export-minimal --export -a 52BE43BA"
|
||||||
alias my-gpg-seckey="gpg --export-options export-minimal --export-secret-keys -a 52BE43BA"
|
alias my-gpg-seckey="gpg --export-options export-minimal --export-secret-keys -a 52BE43BA"
|
||||||
alias pw="pwgen -1 -y --remove-chars=\~\`\"\'{}\(\)\[\]\*.\;\|,\<\> 22"
|
pw() { pwgen -1 -y --remove-chars=\~\`\"\'{}\(\)\[\]\*.\;\|,\<\> 22; }
|
||||||
|
|
||||||
# backup
|
# backup
|
||||||
alias tarsnap="doas \tarsnap"
|
alias tarsnap="doas \tarsnap"
|
||||||
|
26
.mbsyncrc
Normal file
26
.mbsyncrc
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# GLOBAL
|
||||||
|
Expunge Near
|
||||||
|
Create Near
|
||||||
|
Remove Near
|
||||||
|
CopyArrivalDate yes
|
||||||
|
FSync no
|
||||||
|
|
||||||
|
MaildirStore local
|
||||||
|
Path ~/.emails/
|
||||||
|
Inbox ~/.emails/INBOX
|
||||||
|
SubFolders Verbatim
|
||||||
|
Trash Trash
|
||||||
|
|
||||||
|
IMAPStore server
|
||||||
|
Host mail.codevoid.de
|
||||||
|
Port 993
|
||||||
|
User sdk
|
||||||
|
PassCmd "pass Internet/mail.codevoid.de | head -1"
|
||||||
|
SSLType IMAPS
|
||||||
|
|
||||||
|
Channel private
|
||||||
|
Far :server:
|
||||||
|
Near :local:
|
||||||
|
Patterns * !Virtual/*
|
||||||
|
SyncState *
|
||||||
|
Sync Pull New Flags Delete
|
Loading…
Reference in New Issue
Block a user