fixed issue with bootstrap, removed python code
This commit is contained in:
parent
90bdb93671
commit
b69a6bb45a
@ -254,11 +254,3 @@ fisher add jorgebucaran/fish-getopts
|
|||||||
fisher add laughedelic/pisces
|
fisher add laughedelic/pisces
|
||||||
fisher add tuvistavie/fish-ssh-agent
|
fisher add tuvistavie/fish-ssh-agent
|
||||||
fisher add acomagu/fish-async-prompt
|
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
|
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak-flavored Arch Linux" />
|
#+HTML_HEAD_EXTRA: <meta property="og:title" content="Phundrak-flavored Arch Linux" />
|
||||||
#+HTML_HEAD_EXTRA: <meta property="og:description" content="How to install a Phundrak-flavored Arch Linux" />
|
#+HTML_HEAD_EXTRA: <meta property="og:description" content="How to install a Phundrak-flavored Arch Linux" />
|
||||||
#+PROPERTY: header-args :exports code :comments link
|
#+PROPERTY: header-args :exports code :comments link
|
||||||
|
#+PROPERTY: header-args:python :tangle no
|
||||||
|
|
||||||
* Table of Contents :TOC_4_gh:noexport:
|
* Table of Contents :TOC_4_gh:noexport:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
@ -134,6 +135,7 @@
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: h-c13d132f-9e69-4bb0-838b-29c7c5611f11
|
:CUSTOM_ID: h-c13d132f-9e69-4bb0-838b-29c7c5611f11
|
||||||
:HEADER-ARGS: :tangle ~/.config/yadm/bootstrap
|
:HEADER-ARGS: :tangle ~/.config/yadm/bootstrap
|
||||||
|
:HEADER-ARGS:python: :tangle no
|
||||||
:END:
|
:END:
|
||||||
=yadm= comes with a very handy feature: its bootstrap script. It can be
|
=yadm= comes with a very handy feature: its bootstrap script. It can be
|
||||||
executed automatically once the dotfiles are cloned with yadm:
|
executed automatically once the dotfiles are cloned with yadm:
|
||||||
|
Loading…
Reference in New Issue
Block a user