Skip to content

podiki/dot.me

Repository files navigation

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

#+TITLE: Something configuration
#+PROPERTY: header-args :tangle "./.config/something/config" :mkdirp yes :comments both
#+AUTO_TANGLE: t

with the package 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

--target=$HOME

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