diff options
| -rw-r--r-- | readme.org | 4 | ||||
| -rw-r--r-- | style.org | 3 | 
2 files changed, 3 insertions, 4 deletions
| @@ -2,13 +2,13 @@  #+author: Crazazy  #+PROPERTY: header-args :tangle yes :noweb yes :results silent  #+INCLUDE: ./style.org -This is my collection of literal config for my global and emacs setup you can =git clone= the org files at [[https://crazazy.tilde.cafe/literal-config.git][this link]] +This is my collection of literal config for my global and emacs setup you can =git clone= the org files at [[https://cgit.tilde.town/crazazy/literal-config.git][this link]]  In this document I'm mostly going to set up some prerequisites for tangling other files and setting up dependencies  * Maintenance links :noexport:    This is for the org-mode side only    It is assumed that you have nix and emacs installed for this config to work. You can tangle all files [[elisp:(dolist (i (directory-files (file-name-directory (buffer-file-name (current-buffer))) t "\\.org$")) (org-babel-tangle-file i))][with this lisp]] -  You can export all org files to html with a [[shell:(for i in *.org; do emacs -Q $i --batch --eval "(org-html-export-to-html)"; done; rm style.html*; scp *.html cafe:public_html/) &][this small script]] +  You can export all org files to html with a [[shell:(for i in *.org; do emacs -Q $i --batch --eval "(org-html-export-to-html)"; done; rm style.html*; scp *.html town:public_html/) &][this small script]]    You can then install required dependencies with [[shell:./bootstrap.sh &][the bootstrap link]]  * Dependencies    Dependencies are handled by [[https://github.com/nmattia/niv][niv]]. I have put the dependencies in a shell file, rather than the output @@ -7,8 +7,7 @@  	  <a href="feeds.xml">List of RSS feeds </a>            <a href="scratch.html">Scratch page</a>            <a href="readme.html">Literary dotfile config</a> -          <a href="repos.html">List of public git repositories</a> -	  <a href="elpa.html">Custom ELPA repository</a> +          <a href="http://cgit.tilde.town/~crazazy/">List of public git repositories</a>          </nav>  #+end_export  #+TOC: headlines 2 | 
