I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.2 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. #+TITLE: Dotfiles
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle nil
  5. #+PROPERTY: header-args:shell :tangle nil
  6. #+PROPERTY: header-args :results silent :eval no-export :comments org
  7. #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
  8. #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
  9. #+ATTR_ORG: :width 420px
  10. #+ATTR_HTML: :width 420px
  11. #+ATTR_LATEX: :width 420px
  12. [[./docs/images/desktop-example.png]]
  13. #+begin_quote
  14. *DISCLAIMER*
  15. These dotfiles are undergoing a major re-write, use at your own caution!
  16. #+end_quote
  17. Portable *GNU/Emacs*[fn:1] dotfiles. Built for Life, Liberty, and the Open Road.
  18. + 100% Reproducible
  19. + 100% Immutable
  20. + 100% Literate
  21. * Overview
  22. These is my personal configuration(s) for *GNU/Linux*[fn:2], and *GNU/Emacs*[fn:1] software. It enables a consistent experience and computing environment across all of my machines. The entire experience is controlled with
  23. *GNU/Emacs*[fn:1], leveraging it's capabilities for *Literate Programming*[fn:3].
  24. * Footnotes
  25. [fn:1] https://gnu.org/software/emacs/
  26. [fn:2] https://gnu.org/distros/free-distros.html
  27. [fn:3] https://chrishayward.xyz/notes/literate-programming/