Hi @all, i've done a fresh install of ConTeXt Minimals on my Mac OS X box. Now I like to put my setup steps into a small script so my brother can use it. It wold be nice if someone can give me some comments ... maybe I missed something, maybe I did something stupid! - Markus -------8<-------schnipp-- # Create the application folder mkdir /Applications/ConTeXtMinimals/ # Download & Install the 'ConTeXt Minimals' distro cd /Applications/ConTeXtMinimals/ curl -o first-setup.sh http://minimals.contextgarden.net/setup/first-setup.sh sh ./first-setup.sh # Fix some path values inside setuptex cd /Applications/ConTeXtMinimals/tex cp setuptex setuptex.orig sed -e 's#^export HOMETEXMF .*$#export HOMETEXMF = ~/texmf#g' \ -e 's#^export TEXMF .*$#export TEXMF = {$HOMETEXMF,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFEXTRA,!!$TEXMFMAIN}#g' \ setuptex.orig > setuptex # Fix some path values inside texmf.cnf cd /Applications/ConTeXtMinimals/tex mkdir -p texmf-local/web2c cp texmf/web2c/texmf.cnf texmf-local/web2c/texmf.orig cd texmf-local/web2c sed -e 's#^HOMETEXMF .*$#HOMETEXMF = ~/texmf#g' \ -e 's#^TEXMF .*$#TEXMF = {$HOMETEXMF,!!$TEXMFPROJECT,!!$TEXMFFONTS,!!$TEXMFLOCAL,!!$TEXMFCONTEXT,!!$TEXMFEXTRA,!!$TEXMFMAIN}#g' \ texmf.orig > texmf.cnf # customize bash settings cd echo "source /Applications/ConTeXtMinimals/tex/setuptex /Applications/ConTeXtMinimals/tex" >> ~/.bash_profile source ~/.bash_profile # do some stuff ... ctxtools --update texexec --make --all --pdftex texexec --make --all --xetex luatools --generate luatools --ini --compile --verbose cont-en luatools --ini --compile --verbose cont-de luatools lmr12.afm context --generate -------8<-------schnapp-- -- -------------------"it's like this"------ even samurai have teddy bears and even teddy bears get drunk