diff --git a/.config/yadm/bootstrap b/.config/yadm/bootstrap index afa641e..71b5d44 100755 --- a/.config/yadm/bootstrap +++ b/.config/yadm/bootstrap @@ -254,11 +254,3 @@ fisher add jorgebucaran/fish-getopts fisher add laughedelic/pisces fisher add tuvistavie/fish-ssh-agent fisher add acomagu/fish-async-prompt - -files=["bin.org", "fish.org", "i3.org", "index.org", "nano.org", "polybar.org", "spacemacs.org", "tmux.org"] -result = '' -commandPrintf = 'printf "\\n\\n==== Tangling {0}\\n\\n"\n' -commandEmacs = 'emacs -q --batch --eval "(require \'ob-tangle)" --eval "(org-babel-tangle-file \\"~/org/config/{0}\\")"\n' -for file in files: - result += commandPrintf.format(file) + commandEmacs.format(file) -return result diff --git a/org/config/installation.org b/org/config/installation.org index d2fc625..5a52eae 100644 --- a/org/config/installation.org +++ b/org/config/installation.org @@ -6,6 +6,7 @@ #+HTML_HEAD_EXTRA: #+HTML_HEAD_EXTRA: #+PROPERTY: header-args :exports code :comments link +#+PROPERTY: header-args:python :tangle no * Table of Contents :TOC_4_gh:noexport: :PROPERTIES: @@ -134,6 +135,7 @@ :PROPERTIES: :CUSTOM_ID: h-c13d132f-9e69-4bb0-838b-29c7c5611f11 :HEADER-ARGS: :tangle ~/.config/yadm/bootstrap + :HEADER-ARGS:python: :tangle no :END: =yadm= comes with a very handy feature: its bootstrap script. It can be executed automatically once the dotfiles are cloned with yadm: