From 77ed6834f1c115e66a701516802eed3136155151 Mon Sep 17 00:00:00 2001 From: Joel McCracken Date: Thu, 16 Nov 2023 00:19:55 -0500 Subject: [PATCH] begin prep for aeglos/new laptop --- hosts/aeglos/config.el | 21 +++++++++++++++++++++ hosts/aeglos/settings.sh | 4 ++++ hosts/aeglos/zshrc.sh | 4 ++++ workstation.org | 27 +++++++++++++++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 hosts/aeglos/config.el create mode 100755 hosts/aeglos/settings.sh create mode 100755 hosts/aeglos/zshrc.sh diff --git a/hosts/aeglos/config.el b/hosts/aeglos/config.el new file mode 100644 index 00000000..af8746f5 --- /dev/null +++ b/hosts/aeglos/config.el @@ -0,0 +1,21 @@ +;; aeglos/ + +;; [[file:../../workstation.org::*aeglos/][aeglos/:1]] +(after! org + (setq org-directory "~/Dropbox/EF/") + (setq org-roam-directory "~/Dropbox/EF/") + (setq org-roam-db-location "~/Dropbox/EF/org-roam.aeglos.db") + + (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg") + (setq org-directory "~/Dropbox/EF") + (setq org-id-locations-file "~/Dropbox/EF/.orgids.el") + + (setq org-agenda-files '("~/Dropbox/EF" + "~/Dropbox/EF/reference" + "~/Dropbox/EF/projects" + )) + + (setq +org-capture-notes-file "inbox.org") + (setq org-mobile-files (org-agenda-files)) + (setq org-mobile-inbox-for-pull "~/Dropbox/EF/inbox-mobile.org")) +;; aeglos/:1 ends here diff --git a/hosts/aeglos/settings.sh b/hosts/aeglos/settings.sh new file mode 100755 index 00000000..f2e5b74f --- /dev/null +++ b/hosts/aeglos/settings.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +;; [[file:../../workstation.org::*aeglos/][aeglos/:3]] +export WORKSTATION_NAME=aeglos +;; aeglos/:3 ends here diff --git a/hosts/aeglos/zshrc.sh b/hosts/aeglos/zshrc.sh new file mode 100755 index 00000000..6077dd36 --- /dev/null +++ b/hosts/aeglos/zshrc.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +;; [[file:../../workstation.org::*aeglos/][aeglos/:2]] +source ~/workstation/hosts/aeglos/settings.sh +;; aeglos/:2 ends here diff --git a/workstation.org b/workstation.org index 01242835..3af3640a 100644 --- a/workstation.org +++ b/workstation.org @@ -1136,6 +1136,33 @@ export WORKSTATION_NAME=glamdring #+end_src *** anduril/ *** aeglos/ +#+begin_src emacs-lisp :tangle ./hosts/aeglos/config.el :noweb yes +(after! org + (setq org-directory "~/Dropbox/EF/") + (setq org-roam-directory "~/Dropbox/EF/") + (setq org-roam-db-location "~/Dropbox/EF/org-roam.aeglos.db") + + (setq org-mobile-directory "~/Dropbox/Apps/MobileOrg") + (setq org-directory "~/Dropbox/EF") + (setq org-id-locations-file "~/Dropbox/EF/.orgids.el") + + (setq org-agenda-files '("~/Dropbox/EF" + "~/Dropbox/EF/reference" + "~/Dropbox/EF/projects" + )) + + (setq +org-capture-notes-file "inbox.org") + (setq org-mobile-files (org-agenda-files)) + (setq org-mobile-inbox-for-pull "~/Dropbox/EF/inbox-mobile.org")) +#+end_src + +#+begin_src emacs-lisp :tangle ./hosts/aeglos/zshrc.sh :shebang "#!/usr/bin/env bash" :noweb yes +source ~/workstation/hosts/aeglos/settings.sh +#+end_src + +#+begin_src emacs-lisp :tangle ./hosts/aeglos/settings.sh :shebang "#!/usr/bin/env bash" :noweb yes +export WORKSTATION_NAME=aeglos +#+end_src *** ci/ * Testing ** test.sh