diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-04 17:09:52 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-04 17:09:52 -0700 |
| commit | af3c15c43c65fd77aab441f4c657aeaa74cc67d5 (patch) | |
| tree | ea755b136e525b784e35810c6936b02bcc918654 /README.org | |
| parent | c9bd87d8dd7369ea4163f0dbf4d0d28948726a36 (diff) | |
fix installer to be more flexible to adding new systems
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -18,15 +18,14 @@ https://ret2pop.nullring.xyz, 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 - nmtui - git clone https://git.nullring.xyz/monorepo.git - # use vim to change whatever nix files you want - nix_installer + SYSTEM=continuity DRIVE=sda-simple nix_installer #+end_src -That's it! If you want to install with all the default settings (look at them first), just run: +then reboot, and run: #+begin_src bash - nix_installer + cd $HOME/monorepo && git pull #+end_src -and it will work for you. +** 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. * License See the [[file:LICENSE.org][license]]. The style.css has its own license. |
