From 6d9cf2cf8af2ceaa44293b21e02745a281a3d002 Mon Sep 17 00:00:00 2001
From: Crazazy
Date: Tue, 21 May 2024 16:16:25 +0200
Subject: move to tilde.town
tilde.cafe is shutting down, moving my stuff now
---
readme.org | 4 ++--
style.org | 3 +--
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/readme.org b/readme.org
index 525209d..5b06eae 100644
--- a/readme.org
+++ b/readme.org
@@ -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
diff --git a/style.org b/style.org
index ff5102c..806313f 100644
--- a/style.org
+++ b/style.org
@@ -7,8 +7,7 @@
List of RSS feeds
Scratch page
Literary dotfile config
- List of public git repositories
- Custom ELPA repository
+ List of public git repositories
#+end_export
#+TOC: headlines 2
--
cgit 1.4.1-2-gfad0