aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsejo <sejo@texto-plano.xyz>2021-06-02 12:48:09 -0500
committersejo <sejo@texto-plano.xyz>2021-06-02 12:48:09 -0500
commitd481478fc9f61bd2aa43a275e8657a11b2418757 (patch)
tree355d071a24c0b8e2d559080b899ce38a6dcc15df /src
parentf19f36f8bf09f2dcd1116b1c6bfe8be2610459a3 (diff)
downloadsitio-d481478fc9f61bd2aa43a275e8657a11b2418757.tar.gz
página de guix
Diffstat (limited to 'src')
-rw-r--r--src/actualizaciones.gmo4
-rw-r--r--src/actualizaciones.xml12
-rw-r--r--src/apuntes.gmo1
-rw-r--r--src/guix.gmo82
-rw-r--r--src/tiempo.gmo2
5 files changed, 99 insertions, 2 deletions
diff --git a/src/actualizaciones.gmo b/src/actualizaciones.gmo
index e8951cd..18b6d7e 100644
--- a/src/actualizaciones.gmo
+++ b/src/actualizaciones.gmo
@@ -8,6 +8,10 @@ si lo prefieres, puedes seguir las (y más) actualizaciones via git:
=> https://tildegit.org/sejo/lentejanumerica repositorio git con scripts y archivos fuente
+## sjm-1661d7
+
+páginas nuevas:
+=> ./guix.gmi {guix}
## sjm-1661d1
diff --git a/src/actualizaciones.xml b/src/actualizaciones.xml
index c1968f8..9a56699 100644
--- a/src/actualizaciones.xml
+++ b/src/actualizaciones.xml
@@ -5,11 +5,21 @@
<title>🧆 ln: updates en el sitio</title>
<author><name>sejo</name></author>
<generator>a mano</generator>
-<updated>2021-05-27T12:00:00Z</updated>
+<updated>2021-06-02T12:00:00Z</updated>
<link href='https://quesomango.neocities.org/actualizaciones.xml' rel='self'/>
<link href='https://quesomango.neocities.org/actualizaciones.html' rel='alternate'/>
<entry>
+<id>https://quesomango.neocities.org/actualizaciones.html#sjm-1661d7</id>
+<title>sejmana-1661, día 7</title>
+<updated>2021-06-02T12:00:00Z</updated>
+<link href='https://quesomango.neocities.org/actualizaciones.html#sjm-1661d7' rel='alternate'/>
+<summary>
+ página de guix
+</summary>
+</entry>
+
+<entry>
<id>https://quesomango.neocities.org/actualizaciones.html#sjm-1661d1</id>
<title>sejmana-1661, día 1</title>
<updated>2021-05-27T12:00:00Z</updated>
diff --git a/src/apuntes.gmo b/src/apuntes.gmo
index 77c10f2..f21a035 100644
--- a/src/apuntes.gmo
+++ b/src/apuntes.gmo
@@ -12,3 +12,4 @@ recordatorios de procesos
=> ./imagemagick.gmi {imagemagick}
=> ./ed.gmi {ed}
=> ./postfix.gmi {postfix}
+=> ./guix.gmi {guix}
diff --git a/src/guix.gmo b/src/guix.gmo
new file mode 100644
index 0000000..8cb4eb6
--- /dev/null
+++ b/src/guix.gmo
@@ -0,0 +1,82 @@
+# guix
+
+sistema operativo cuyo estado se describe en un archivo de texto
+
+=> https://guix.gnu.org/ guix
+
+# configuración del sistema
+
+configura el sistema a partir del archivo config.scm:
+
+```
+sudo guix system reconfigure config.scm
+```
+
+# paquetes
+
+instala los paquetes en el archivo paquetes.scm:
+
+```
+guix package -m paquetes.scm
+```
+
+este es mi archivo paquetes.scm:
+
+``` paquetes.scm
+; paquetes.scm
+(specifications->manifest
+ (list
+ ; multimedia
+ "evince" ; pdf viewer
+ "vlc"
+ "peek" ; screen record
+ "imagemagick"
+ "ffmpeg"
+
+ ; browsers
+ "icecat"
+ "netsurf"
+ "lagrange" ; gemini
+ "bombadillo" ; gemini / gopher
+
+ ; programming
+ "make"
+ "git"
+ "python"
+ "clang-toolchain"
+ "pandoc"
+
+ ; fonts
+ "font-openmoji"
+ "font-fira-code"
+ "font-fira-mono"
+ "font-fira-sans"
+
+ ; drawing
+ "mypaint"
+ "inkscape"
+ "krita"
+
+ ; utils
+ "xclip"
+ "wget"
+ "cryptsetup"
+ "rsync"
+ "vinagre" ; vnc viewer
+ "filezilla"
+ "openssh"
+ "keepassxc"
+
+ ; comms
+ "icedove"
+ "telegram-desktop"
+
+ ; text editors
+ "mousepad"
+ "vim"
+ ))
+```
+
+## llega(n) aquí
+=> ./apuntes.gmi {apuntes}
+=> ./tiempo.gmi {tiempo}
diff --git a/src/tiempo.gmo b/src/tiempo.gmo
index d78abb7..886161f 100644
--- a/src/tiempo.gmo
+++ b/src/tiempo.gmo
@@ -29,7 +29,7 @@ además, estuve:
* escribiendo algunas páginas para el taller de {compudanzas}
* embotellando y preparando kombucha
* refrendando mi compromiso con la ecopoesía, buscando escribirla y compartirla
-* instalando guix
+* instalando {guix}
* desarrollando la plantilla de slides para uno de los {talleres} que impartiremos
también estuve leyendo, y recomiendo:
Un proyecto texto-plano.xyz