mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 09:26:14 -05:00
preparations for presentation
This commit is contained in:
parent
47649ff129
commit
776a7ca55d
6 changed files with 20 additions and 1 deletions
|
@ -49,6 +49,11 @@ Rr = :reply<Enter>
|
||||||
Rq = :reply -q<Enter>
|
Rq = :reply -q<Enter>
|
||||||
f = :forward -A<Enter>
|
f = :forward -A<Enter>
|
||||||
|
|
||||||
|
# Git custom stuff ala Drew Devault
|
||||||
|
ga = :pipe -mb git am -3<Enter>
|
||||||
|
gp = :term git push<Enter>
|
||||||
|
rt = :reply -aTthanks<Enter>
|
||||||
|
|
||||||
c = :cf<space>
|
c = :cf<space>
|
||||||
$ = :term<space>
|
$ = :term<space>
|
||||||
! = :term<space>
|
! = :term<space>
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
X-Mailer: aerc {{version}}
|
X-Mailer: aerc {{version}}
|
||||||
|
|
||||||
|
{{.Signature}}
|
||||||
|
|
||||||
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
|
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
|
||||||
{{trimSignature .OriginalText | quote}}
|
{{trimSignature .OriginalText | quote}}
|
||||||
|
|
7
home-config/aerc/templates/thanks
Normal file
7
home-config/aerc/templates/thanks
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
X-Mailer: aerc {{version}}
|
||||||
|
|
||||||
|
Thanks!
|
||||||
|
|
||||||
|
{{exec "{ git remote get-url --push origin; git reflog -2 origin/main --pretty=format:%h; } | xargs printf 'To %s\n %s..%s main -> main\n'" ""}}
|
||||||
|
|
||||||
|
{{.Signature}}
|
|
@ -12,3 +12,8 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
[sendemail]
|
||||||
|
smtpserver = mail.rschanz.org
|
||||||
|
smtpuser = ryan@rschanz.org
|
||||||
|
smtpencryption = ssl
|
||||||
|
smtpserverport = 465
|
||||||
|
|
|
@ -106,7 +106,7 @@
|
||||||
"mpv"
|
"mpv"
|
||||||
"qbittorrent"
|
"qbittorrent"
|
||||||
"playerctl"
|
"playerctl"
|
||||||
"aerc"
|
;"aerc"
|
||||||
"tcpdump"
|
"tcpdump"
|
||||||
"pamixer"
|
"pamixer"
|
||||||
"git"
|
"git"
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
zoxide
|
zoxide
|
||||||
nodePackages.pnpm
|
nodePackages.pnpm
|
||||||
gcc
|
gcc
|
||||||
|
aerc
|
||||||
pkg-config
|
pkg-config
|
||||||
wttrbar
|
wttrbar
|
||||||
swww
|
swww
|
||||||
|
|
Loading…
Reference in a new issue