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 diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 81972bc..08f847c 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"' diff --git a/private_dot_config/doom/config.el b/private_dot_config/doom/config.el index 93cf3cb..60b5f16 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'. @@ -534,3 +534,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)