mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2024-11-07 04:56:09 -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>
|
||||
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>
|
||||
$ = :term<space>
|
||||
! = :term<space>
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
X-Mailer: aerc {{version}}
|
||||
|
||||
{{.Signature}}
|
||||
|
||||
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
|
||||
{{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
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[sendemail]
|
||||
smtpserver = mail.rschanz.org
|
||||
smtpuser = ryan@rschanz.org
|
||||
smtpencryption = ssl
|
||||
smtpserverport = 465
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
"mpv"
|
||||
"qbittorrent"
|
||||
"playerctl"
|
||||
"aerc"
|
||||
;"aerc"
|
||||
"tcpdump"
|
||||
"pamixer"
|
||||
"git"
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
zoxide
|
||||
nodePackages.pnpm
|
||||
gcc
|
||||
aerc
|
||||
pkg-config
|
||||
wttrbar
|
||||
swww
|
||||
|
|
Loading…
Reference in a new issue