8 Commits

Author SHA1 Message Date
Fabio Scotto di Santolo
5de2888735 Fix mu4e and re-enabled Treesitter 2026-01-17 09:06:12 +01:00
Fabio Scotto di Santolo
f487fb1b0a Fix Zoxide configuration for Arch 2026-01-15 20:38:59 +01:00
Fabio Scotto di Santolo
4cc18e3095 Disable treesitter configuration to Emacs 2026-01-09 22:24:51 +01:00
Fabio Scotto di Santolo
2d3ace8225 Increase Emacs font size 2026-01-09 18:45:33 +01:00
Fabio Scotto di Santolo
776bcef1e7 Change bat theme 2026-01-09 18:44:58 +01:00
Fabio Scotto di Santolo
ff61db13d4 Fix starship 2026-01-07 23:37:33 +01:00
Fabio Scotto di Santolo
2701360563 Change Emacs UI theme and font 2026-01-06 17:52:43 +01:00
Fabio Scotto di Santolo
b46e263d32 Fix mu4e email sync 2026-01-06 16:02:38 +01:00
7 changed files with 15 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
if command -v /home/linuxbrew/.linuxbrew/bin/zoxide >/dev/null 2>&1; then if command -v zoxide >/dev/null 2>&1; then
eval "$(/home/linuxbrew/.linuxbrew/bin/zoxide init bash)" eval "$(zoxide init bash)"
fi fi

View File

@@ -6,7 +6,7 @@
# for a list of all available themes # for a list of all available themes
# Theme # Theme
--theme="Catppuccin Mocha" --theme="Coldark-Dark"
# Style # Style
--style="header,changes,numbers" --style="header,changes,numbers"

View File

@@ -7,10 +7,16 @@
(use-package soothe-theme (use-package soothe-theme
:ensure t) :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 ;; Setting default font
(set-frame-font "Iosevka Nerd Font 14" nil t) (set-frame-font "UbuntuSansMono Nerd Font 14" nil t)
;; Remove toolbar ;; Remove toolbar
(tool-bar-mode -1) (tool-bar-mode -1)

View File

@@ -2,7 +2,7 @@
(use-package mu4e (use-package mu4e
:ensure nil :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 :defer 20 ; Wait until 20 seconds after startup
:config :config
;; This is set to 't' to avoid mail syncing issues when using mbsync ;; This is set to 't' to avoid mail syncing issues when using mbsync

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
mbsync Gmail & pid1=$! mbsync -a & pid1=$!
wait $pid1 wait $pid1
mu index mu index

View File

@@ -3,7 +3,7 @@ IMAPStore iCloud-remote
Host imap.mail.me.com Host imap.mail.me.com
Port 993 Port 993
User fscottodisantolo@icloud.com User fscottodisantolo@icloud.com
PassCmd "pass show icloud-mail" PassCmd "secret-tool lookup icloud-mail icloud"
AuthMechs * AuthMechs *
SSLType IMAPS SSLType IMAPS
SSLVersions TLSv1.2 TLSv1.3 SSLVersions TLSv1.2 TLSv1.3
@@ -27,7 +27,7 @@ IMAPStore protonmail-remote
Host 127.0.0.1 Host 127.0.0.1
Port 1143 Port 1143
User fscottodisantolo@protonmail.com User fscottodisantolo@protonmail.com
PassCmd "pass show protonmail-bridge" PassCmd "secret-tool lookup protonmail-bridge protonmail"
AuthMechs * AuthMechs *
SSLType STARTTLS SSLType STARTTLS
PipelineDepth 1 PipelineDepth 1

View File

@@ -253,7 +253,6 @@ format = "[$symbol]($style)"
[os.symbols] [os.symbols]
Arch = " " Arch = " "
Bluefin = " "
Debian = " " Debian = " "
EndeavourOS = " " EndeavourOS = " "
Fedora = " " Fedora = " "