From 6800e6022fdafbc236097dc90ad128363d6fcd1d Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 18 Sep 2025 23:42:23 -0700 Subject: fix bug in continuity --- README.org | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index c3edaa3..9a9f5a0 100644 --- a/README.org +++ b/README.org @@ -16,7 +16,11 @@ as well as writing a lot of things with a literate config. To see more, see my ** So, where is this website of yours located? https://ret2pop.net, it is the road to enlightenment. * Wait, so where are your dotfiles? -To use my dotfiles, download the ISO image for the installer, log in, and run: +To use my dotfiles, download the [[file:nix-installer.iso][ISO image]] for the installer. Note that you can validate the ISO image with the [[file:nix-installer.iso.sha256][checksum file]] provided: +#+begin_src bash + sha256sum -c nix-installer.iso.sha256 +#+end_src +with the ISO in the same directory. This install installs a certain commit hash of my monorepo. Flash the image, log into the installer, and run: #+begin_src bash nix_installer #+end_src @@ -28,7 +32,7 @@ That's all! Note that if you install with an encrypted disk, you will have to ru #+begin_src bash echo "password123" > /tmp/secret.key #+end_src -first. +before ~nix_installer~. ** Post-setup In emacs, run ~M-x all-the-icons-install-fonts, ~~M-x nerd-icons-install-fonts~, and ~M-x org-roam-db-sync~. Install your music to ~$HOME/music~ for emms. In firefox, go to the three-bar menu and enable all the add-ons that were automatically installed. Set up the ~mu~ program in order to -- cgit v1.3