commit d3f33c4c07d4cd02b02072cc92f02588f959621b
parent 25cf95ed6be1b1e3c41d01ea31f0d154e6f73da7
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 5 Sep 2026 15:18:10 +0200
Merge branch 'master' of a3nm.net:git/myconfig
Diffstat:
6 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/apt/desktop b/apt/desktop
@@ -61,7 +61,6 @@ fonts-open-sans
tex-gyre
fonts-texgyre
fonts-vlgothic
-fonts-wine
fonts-terminus
fonts-terminus-otb
gsfonts-x11
diff --git a/apt/headless b/apt/headless
@@ -8,7 +8,7 @@ optipng
gifsicle
# mercurial
fgallery # like it better than llgal
-cmake
+# cmake
task-english
tnef # needed once for strange email
#transmission-cli
diff --git a/apt/python b/apt/python
@@ -93,8 +93,10 @@ python3-feedparser
python3-poppler-qt5 # pdfannot
-python3-pandas # to plot things
+# python3-pandas # to plot things
python3-humanize # codex
# python3-networkx # graph manipulations
+
+python3-venv
diff --git a/apt/wine b/apt/wine
@@ -13,3 +13,4 @@ winetricks
#libasound2-plugins:i386
libc6-i386
#libcurl3-gnutls:i386 # for don't starve
+fonts-wine
diff --git a/gitignore b/gitignore
@@ -11,3 +11,4 @@
*.bcf-SAVE-ERROR
*.bbl-SAVE-ERROR
*.synctex.gz
+*.thlist
diff --git a/vim/vimrc b/vim/vimrc
@@ -230,4 +230,7 @@ augroup END
let g:vimtex_quickfix_open_on_warning = 0
+" avoid slowness when completing with vimtex
+setlocal complete-=i
+
set synmaxcol=200