summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 11 insertions, 4 deletions
diff --git a/README.org b/README.org
index b71c140..433b5d7 100644
--- a/README.org
+++ b/README.org
@@ -14,18 +14,25 @@ By using the ~org-publish~ function, ~org-roam~, and ~org-journal~,
as well as writing a lot of things with a literate config. To see more, see my
[[file:config/emacs.org][emacs configuration]] and my [[file:config/nix.org][NixOS configuration]].
** So, where is this website of yours located?
-https://ret2pop.nullring.xyz, it is the road to enlightenment.
+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:
#+begin_src bash
- SYSTEM=continuity DRIVE=sda-simple nix_installer
+ nix_installer
#+end_src
then reboot, and run:
#+begin_src bash
cd $HOME/monorepo && git pull
#+end_src
+That's all! Note that if you install with an encrypted disk, you will have to run:
+#+begin_src bash
+ echo "password123" > /tmp/secret.key
+#+end_src
+first.
** 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.
+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
+send and receive email, along with modifying the corresponding mbsync and msmtp commands. Change ~nix/flakevars.nix~ to your liking, and add
+new systems if you want.
* License
-See the [[file:LICENSE.org][license]]. The style.css has its own license.
+See the [[file:LICENSE][license]] The style.css has its own license.