You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
430 B
Fish
11 lines
430 B
Fish
#!/usr/bin/fish
|
|
|
|
mkdir -p $HOME/Applications/context
|
|
cd $HOME/Applications/context
|
|
wget https://lmtx.pragma-ade.com/install-lmtx/context-linux-64.zip
|
|
unzip context-linux-64.zip
|
|
rsync --recursive --links --times --info=progress2,remove,symsafe,flist,del --human-readable --del rsync://contextgarden.net/minimals/current/modules/ modules
|
|
mkdir -p tex
|
|
rsync -rlt --exclude=/VERSION --del modules/*/ tex/texmf-modules
|
|
sh ./install.sh
|