Switched from zsh to fish

Add neomutt config
Add mpd config
Update bspwm config
Update sxhkd config
Update qutebrowser config
Update tmux config
Update xinitrc
This commit is contained in:
Uttarayan Mondal
2021-04-13 01:29:14 +05:30
parent c83a41fad6
commit 943cf49146
35 changed files with 749 additions and 42 deletions

View File

@@ -0,0 +1,25 @@
unmailboxes *
# Read password
unset my_pass
set my_pass = "`pass Email/neomutt`"
set crypt_autosign = yes
# Sending mail
set smtp_url = "smtp://uttarayan21@smtp.gmail.com:587"
set smtp_pass = $my_pass
# Creds
set from = "uttarayan21@gmail.com"
set signature = "~/.config/neomutt/signature"
# mailbox
set mbox_type = Maildir
set folder = ~/Mail/gmail
set spoolfile = +Inbox
set postponed = +Drafts
set record = ""
mailboxes =Inbox =Trash =Drafts =Sent =Spam
color status yellow default