help 464 B

1234567891011121314151617
  1. #!/bin/sh
  2. cat << EOF
  3. So you've installed a new system, cloned this repo and now you are
  4. trying to recall how to proceed. Here we go:
  5. 0. Don't forget to install the software you can hardly live without
  6. (Guix, Shepherd, Emacs, StumpWM and Guile to run your scripts).
  7. 1. Fetch and deploy all your configs:
  8. $ ./bootstrap
  9. 2. Start new VT and enjoy your environment: populate guix profiles with
  10. 'profile all', reconfigure GuixSD with 'system r', etc.
  11. EOF