summaryrefslogtreecommitdiff
path: root/todo.org
diff options
context:
space:
mode:
Diffstat (limited to 'todo.org')
-rw-r--r--todo.org61
1 files changed, 57 insertions, 4 deletions
diff --git a/todo.org b/todo.org
index 3e60b17..03ac0c6 100644
--- a/todo.org
+++ b/todo.org
@@ -1,8 +1,57 @@
* ArchSetup Work Items
-** VERIFY [#A] Add slock and xautolock
-- [X] add "xautolock -time 10 -locker slock &" to .xinitrc
-- [X] install xautolock
-- [X] slock should be installed along with dwm/dmenu/st
+** DOING [#B] Mu4e setup complete with scripts
+*** TODO change http remotes to git remotes in postinstall
+*** TODO fix pinentry-dmenu path in ~/.gmupg config directory
+*** TODO Create new git branch named "mu4eaccounts"
+*** Completed Work
+**** 2023-08-20 @ 17:27:17 -0500 Cloned modified fresh to base
+- install vim
+- bridged networking
+- sshd enabled (root login permitted)
+- archsetup run
+- hostname changed to archbase
+
+snapshot taken at first shutdown
+**** 2023-08-20 @ 16:31:41 -0500 Created fresh arch install
+hardware specs:
+- DISK: 50 GB disk size
+- FS: ext4
+- RAM: 8192 MB
+- CPU: 4 processors
+
+os specs:
+- bootloader: grub
+- kernels: linux and linux-lts kernels
+- network: networkmanager
+- encryption: no disk encryption
+- layout: no separate home directory
+- audio: pipewire
+- timezone: central
+- profile: xorg
+- hostname: archfresh
+- graphics driver: vmware/virtualbox (open source)
+- additional packages: git and archenv
+
+live cd ejected before shutdown
+snapshot taken after poweroff
+**** 2023-08-20 @ 14:55:31 -0500 Saved disabled copy of old config
+comment email-config (the wip)
+uncomment email-config-orig and evaluate buffe
+**** 2023-08-20 @ 14:56:08 -0500 Strategy:
+After making it revert to current known good settings
+
+- Create script which should:
+ - install mbsync and mu
+ - create proper directories
+ - download mail
+ - index mail
+ - Confirm done
+
+Note: I might need to check if .authinfo contains proper email password for google.com mail servers
+** TODO [#A] Fix gpg archive on dotfiles
+can't use decrypt_keys script
+** TODO [#A] Add transmission-gtk preferences to dotfiles
+** TODO [#B] Save virtualbox preferences in dotfiles
** VERIFY [#B] Add Adwaita and Settings for Both GTK and QT
** DOING [#B] Add Mail Script to Assets
- install mbsync and mu
@@ -38,6 +87,10 @@ can use vimix styling (there's a vimix grub theme that would match installed gtk
** TODO [#D] Detect and fix systemd-boot settings
I'm seeing a default menu on launch. Experiment with optimal settings.
* ArchSetup Resolved
+** 2023-08-20 @ 19:20:29 -0500 DONE [#A] Add slock and xautolock
+- [X] add "xautolock -time 10 -locker slock &" to .xinitrc
+- [X] install xautolock
+- [X] slock should be installed along with dwm/dmenu/st
** DONE [#B] Ensure Python-LSP is Installed for Emacs
https://emacs-lsp.github.io/lsp-mode/page/lsp-pylsp/
pip install 'python-lsp-server[all]'