diff --git a/README.md b/README.org similarity index 82% rename from README.md rename to README.org index d5b5daf9..40a1695d 100644 --- a/README.md +++ b/README.org @@ -1,3 +1,18 @@ +#+title: Readme + +* [0/1] Tasks +** [ ] rewrite README + +* Misc notes +** mu init command +#+BEGIN_SRC bash +mu init --maildir ~/.mail\ + --my-address=e.litherlandsmith@proton.me\ + --my-address=e.litherlandsmith@icloud.com +#+END_SRC + +* Old README.md +#+BEGIN_SRC markdown # Personal NixOS configs ## Contains @@ -43,3 +58,5 @@ nix-shell -p home-manager -- run "home-manager switch -b backup" ``` to install configuration. Home-manager will self-manager after this. + +#+END_SRC