Skip to content

Instantly share code, notes, and snippets.

@markjlorenz
markjlorenz / mutt_notes.markdown
Last active July 25, 2021 18:16
Notes on getting Mutt running on OSX
  • brew install mutt
  • setup an app password for mutt in gmail
  • setup an app password for imap_notifier in gmail
  • brew install terminal-notifier terminal-notifier
  • gem install imap_notifier imap_notifier
  • brew install urlview
  • brew install w3m (links would be OK too)
  • Install pandoc to author in markdown and send as HTML

~/.muttrc

@PUUZOO
PUUZOO / git-branch-naming.md
Last active January 28, 2020 12:42
I want to suggest using this structure!

Template:

{ user name }/{ type }/{ theme }/{ description } #{issues}

Options step-1 name

  • you user name in GitHub

Options step-2 type

  • new
  • add
  • fix