#!/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