Skip to content

Instantly share code, notes, and snippets.

@RutledgePaulV
Created January 18, 2020 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RutledgePaulV/8427b48f71989d2f64027cd5c2fc82c0 to your computer and use it in GitHub Desktop.
Save RutledgePaulV/8427b48f71989d2f64027cd5c2fc82c0 to your computer and use it in GitHub Desktop.
install latex
#!/bin/bash
brew cask install basictex
find /Library/TeX/texbin/* -type f | xargs -L1 -I{} sh -c "base=$(basename {}); ln -sf {} /usr/local/bin/$base"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment