Skip to content

Commit f131301

Browse files
Save changes at: 1742059553
1 parent 4ffbefb commit f131301

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

packages.sh

+17-1
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
function main() {
55
yay_install
6-
yay_packages
76
devops
87
docker
98
electronics
9+
latex
1010
}
1111

1212
function yay_install() {
@@ -124,4 +124,20 @@ function docker() {
124124
fi
125125
}
126126

127+
function latex() {
128+
echo "--> Install packages for latex."
129+
sudo pacman -S --noconfirm --needed \
130+
texmaker \
131+
texlive-latexextra \
132+
texlive-fontsextra \
133+
texlive-bibtexextra \
134+
texlive-humanities \
135+
texlive-langspanish \
136+
texlive-latexextra \
137+
texlive-mathscience \
138+
texlive-pictures \
139+
texlive-publishers \
140+
&> /dev/null
141+
}
142+
127143
main "$@"

0 commit comments

Comments
 (0)