From 766155144e392bb9f5e1b727c086a77a2fd08434 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 11 Mar 2025 20:32:23 +0200 Subject: [PATCH 1/5] new gmail who dis --- dot_offlineimaprc | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/dot_offlineimaprc b/dot_offlineimaprc index c7b6ac0..efe1b61 100644 --- a/dot_offlineimaprc +++ b/dot_offlineimaprc @@ -1,15 +1,23 @@ [general] -accounts = Gmail +accounts = Gmail, Personal maxsyncaccounts = 3 [Account Gmail] localrepository = Local remoterepository = Remote +[Account Personal] +localrepository = LocalPersonal +remoterepository = RemotePersonal + [Repository Local] type = Maildir localfolders = ~/.mail +[Repository LocalPersonal] +type = Maildir +localfolders = ~/.mail/personal + [Repository Remote] type = IMAP remotehost = imap.gmail.com @@ -17,3 +25,13 @@ remoteuser = linlysmolworthy@gmail.com remotepass = dchmidjcmdsbpmrg ssl = yes maxconnections = 1 +sslcacertfile = OS-DEFAULT + +[Repository RemotePersonal] +type = IMAP +remotehost = imap.gmail.com +remoteuser = thatguymax9001@gmail.com +remotepass = hikglfsrfcpehmnh +ssl = yes +maxconnections = 1 +sslcacertfile = OS-DEFAULT From 0685e8b6ac081ad3dd1ae97045d7ad977f0d9e72 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 17 Mar 2025 15:50:16 +0200 Subject: [PATCH 2/5] fix agenda freezing emacs --- private_dot_config/doom/config.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index e2fe561..c192adb 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -530,3 +530,5 @@ "/DONE" 'agenda) (org-save-all-org-buffers)) ;; (add-hook 'kill-emacs-hook 'org-archive-done-tasks) +;;why my agenda break haa? +(setq org-element-use-cache nil) From 0a6df06dd99ec52997d3d56fa28035b29a3f5911 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Sun, 23 Mar 2025 18:36:00 +0200 Subject: [PATCH 3/5] why are we still here --- private_dot_config/doom/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index c192adb..607f0ef 100644 --- a/private_dot_config/doom/config.el +++ b/private_dot_config/doom/config.el @@ -33,7 +33,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -;; (setq doom-theme 'doom-gruvbox-light) +(setq doom-theme 'doom-gruvbox) (setq darkman-themes '(:light doom-gruvbox-light :dark doom-gruvbox)) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. From 62d4d21e2854bbe87fac0de07c497a9e0d5a7e73 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Mon, 24 Mar 2025 12:42:45 +0200 Subject: [PATCH 4/5] W aliases --- dot_zsh_aliases | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 81972bc..f058c05 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -303,4 +303,5 @@ alias ani-cli='ani-cli -q 480' alias anaconda='source ~/.zsh_anaconda' export GTF_JAVA_SG="$PWD" alias generate_java_project="\$GTF_JAVA_SG/generate_java_project" - +alias start_stream="ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose up" +alias end_stream="ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose down" From d6be304cfb5b1b1feb9b5418a43647438ba66403 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Tue, 25 Mar 2025 13:26:27 +0200 Subject: [PATCH 5/5] oops --- dot_zsh_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index f058c05..08f847c 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -303,5 +303,5 @@ alias ani-cli='ani-cli -q 480' alias anaconda='source ~/.zsh_anaconda' export GTF_JAVA_SG="$PWD" alias generate_java_project="\$GTF_JAVA_SG/generate_java_project" -alias start_stream="ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose up" -alias end_stream="ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose down" +alias start_stream='ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose up"' +alias end_stream='ssh ubuntu@cloud.sewelam.org -p 48599 "cd prism && docker compose down"'