commit e8a20118bafc820be8ef65d96df32644e68c557c
parent 02cb358d2092bb9aacfd24b9d19dba5d2d029231
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Thu, 9 Oct 2025 21:41:24 +0200
Merge branch 'master' of a3nm.net:git/myconfig
Diffstat:
7 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/apt/arm b/apt/arm
@@ -0,0 +1 @@
+qemu-user-static # chroot into an ARM system
diff --git a/apt/latex b/apt/latex
@@ -35,4 +35,3 @@ lacheck
texlive-extra-utils # pdfcrop
# texlive-htmlxml # includes tex4ht, convert latex to HTML/XML => now in texlive-binaries?
bibtool
-vim-vimtex
diff --git a/apt/latex_recent b/apt/latex_recent
@@ -0,0 +1,2 @@
+vim-vimtex
+
diff --git a/apt/misc_large b/apt/misc_large
@@ -1,3 +1,2 @@
-qemu-user-static # chroot into an ARM system
docker.io
diff --git a/apt/python b/apt/python
@@ -96,4 +96,4 @@ python3-poppler-qt5 # pdfannot
python3-pandas # to plot things
-python3-humanize
+python3-humanize # codex
diff --git a/apt/raspi3 b/apt/raspi3
@@ -2,5 +2,5 @@
# python3-cliapp # no longer packaged
kpartx
-qemu-user-static
+# qemu-user-static # no longer packaged? moved to file "arm"
binfmt-support # may be useful?
diff --git a/install.sh b/install.sh
@@ -65,6 +65,7 @@ ln -s ~/config/gtk/gtkrc-3.0 ~/.gtkrc-3.0
mkdir -p ~/.gnupg
ln -s ~/config/gnupg/gpg-agent.conf ~/.gnupg/gpg-agent.conf
ln -s ~/config/gnupg/gpg.conf ~/.gnupg/gpg.conf
+ln -s ~/config/gnupg/dirmngr.conf ~/.gnupg/dirmngr.conf
ln -s ~/config/i3/config ~/.i3/config
ln -s ~/config/sway ~/.config/sway