Start changing README to org format

This commit is contained in:
Evie Litherland-Smith 2023-09-27 06:25:50 +01:00
parent 3afe79c851
commit db910619e3

View file

@ -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