dot.me icon indicating copy to clipboard operation
dot.me copied to clipboard

me dot files

#+TITLE: dot.me

me dot files

  • Using tangle Each (program, environment, etc.) configuration is generated by a ~README.org~ at the top level. By using tangle, this generates the configuration file(s) in the correct subfolder to be symlinked by stow.

Standard header for each is #+begin_src org ,#+TITLE: Something configuration ,#+PROPERTY: header-args :tangle "./.config/something/config" :mkdirp yes :comments both ,#+AUTO_TANGLE: t #+end_src with the package [[https://github.com/yilkalargaw/org-auto-tangle][org-auto-tangle]] providing a hook to org-mode file saving to tangle the file.

  • stow Files are linked using GNU stow, with the following configuration file

#+begin_src sh :tangle "./.stowrc" --target=$HOME #+end_src

  • Progress in converting to literate programming [4/14]
  • [ ] bash
  • [X] Emacs (in separate way)
  • [ ] Firefox
  • [ ] flashfocus
  • [ ] fontconfig +- [ ] i3+
  • [ ] libinput-gestures
  • [ ] ncmpcpp
  • [ ] picom
  • [ ] rofi
  • [ ] stumpwm
  • [X] termite
  • [X] X11
  • [ ] xmonad
  • [X] zsh
  • General resources
  • [[https://orgmode.org/manual/Working-with-Source-Code.html][Working with Source Code (The Org Manual)]]
  • [[https://web.archive.org/web/20190924102437/https://expoundite.net/guides/dotfile-management][Dotfile Management and Documentation with Org-Mode]]