Compare commits
8 Commits
7be5ed57da
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5de2888735 | ||
|
|
f487fb1b0a | ||
|
|
4cc18e3095 | ||
|
|
2d3ace8225 | ||
|
|
776bcef1e7 | ||
|
|
ff61db13d4 | ||
|
|
2701360563 | ||
|
|
b46e263d32 |
@@ -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"
|
||||
|
||||
@@ -7,10 +7,16 @@
|
||||
(use-package soothe-theme
|
||||
:ensure t)
|
||||
|
||||
(load-theme 'spolsky t)
|
||||
(use-package nordic-night-theme
|
||||
:ensure t)
|
||||
|
||||
(use-package timu-caribbean-theme
|
||||
:ensure t)
|
||||
|
||||
(load-theme 'nordic-night t)
|
||||
|
||||
;; Setting default font
|
||||
(set-frame-font "Iosevka Nerd Font 14" nil t)
|
||||
(set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
|
||||
|
||||
;; Remove toolbar
|
||||
(tool-bar-mode -1)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
mbsync Gmail & pid1=$!
|
||||
mbsync -a & pid1=$!
|
||||
wait $pid1
|
||||
|
||||
mu index
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -253,7 +253,6 @@ format = "[$symbol]($style)"
|
||||
|
||||
[os.symbols]
|
||||
Arch = " "
|
||||
Bluefin = " "
|
||||
Debian = " "
|
||||
EndeavourOS = " "
|
||||
Fedora = " "
|
||||
|
||||
Reference in New Issue
Block a user