Compare commits
5 Commits
ff61db13d4
...
5de2888735
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5de2888735 | ||
|
|
f487fb1b0a | ||
|
|
4cc18e3095 | ||
|
|
2d3ace8225 | ||
|
|
776bcef1e7 |
@@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then
|
||||
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)"
|
||||
if command -v zoxide >/dev/null 2>&1; then
|
||||
eval "$(zoxide init bash)"
|
||||
fi
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
# for a list of all available themes
|
||||
|
||||
# Theme
|
||||
--theme="Catppuccin Mocha"
|
||||
--theme="Coldark-Dark"
|
||||
|
||||
# Style
|
||||
--style="header,changes,numbers"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
(use-package mu4e
|
||||
:ensure nil
|
||||
;; :load-path "/usr/share/emacs/site-lisp/mu4e/"
|
||||
:load-path "/usr/share/emacs/site-lisp/mu4e/"
|
||||
:defer 20 ; Wait until 20 seconds after startup
|
||||
:config
|
||||
;; This is set to 't' to avoid mail syncing issues when using mbsync
|
||||
|
||||
@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
|
||||
Host imap.mail.me.com
|
||||
Port 993
|
||||
User fscottodisantolo@icloud.com
|
||||
PassCmd "pass show icloud-mail"
|
||||
PassCmd "secret-tool lookup icloud-mail icloud"
|
||||
AuthMechs *
|
||||
SSLType IMAPS
|
||||
SSLVersions TLSv1.2 TLSv1.3
|
||||
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
|
||||
Host 127.0.0.1
|
||||
Port 1143
|
||||
User fscottodisantolo@protonmail.com
|
||||
PassCmd "pass show protonmail-bridge"
|
||||
PassCmd "secret-tool lookup protonmail-bridge protonmail"
|
||||
AuthMechs *
|
||||
SSLType STARTTLS
|
||||
PipelineDepth 1
|
||||
|
||||
Reference in New Issue
Block a user