aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/texlive
diff options
context:
space:
mode:
Diffstat (limited to 'texlive')
-rw-r--r--texlive/.config/latexindent/indentconfig.yaml5
-rw-r--r--texlive/.config/profile.d/20-texlive.sh5
-rw-r--r--texlive/.config/zsh/.zshrc.d/20-texlive.zsh4
3 files changed, 14 insertions, 0 deletions
diff --git a/texlive/.config/latexindent/indentconfig.yaml b/texlive/.config/latexindent/indentconfig.yaml
new file mode 100644
index 0000000..bcae4ce
--- /dev/null
+++ b/texlive/.config/latexindent/indentconfig.yaml
@@ -0,0 +1,5 @@
+modifyLineBreaks:
+ textWrapOptions:
+ columns: 100
+ blocksBeginWith:
+ other: '\\section|\\subsection|\\subsubsection|\\paragraph|\\subparagraph'
diff --git a/texlive/.config/profile.d/20-texlive.sh b/texlive/.config/profile.d/20-texlive.sh
new file mode 100644
index 0000000..f6bff9f
--- /dev/null
+++ b/texlive/.config/profile.d/20-texlive.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+export TEXMFHOME="$XDG_DATA_HOME/texmf"
+export TEXMFVAR="$XDG_CACHE_HOME/texlive/texmf-var"
+export TEXMFCONFIG="$XDG_CONFIG_HOME/texlive/texmf-config"
diff --git a/texlive/.config/zsh/.zshrc.d/20-texlive.zsh b/texlive/.config/zsh/.zshrc.d/20-texlive.zsh
new file mode 100644
index 0000000..ffc05de
--- /dev/null
+++ b/texlive/.config/zsh/.zshrc.d/20-texlive.zsh
@@ -0,0 +1,4 @@
+#!/bin/zsh
+# vim:ft=sh
+
+alias tlmgr='/usr/share/texmf-dist/scripts/texlive/tlmgr.pl --usermode'