Skip to content

Instantly share code, notes, and snippets.

@g--o
Created January 19, 2020 20:43
Show Gist options
  • Save g--o/8067dbf442a17e089807f4d31b3b3bff to your computer and use it in GitHub Desktop.
Save g--o/8067dbf442a17e089807f4d31b3b3bff to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# debian only for now
echo "==== installing texlive + heb lang + lyx ===="
sudo apt install texlive texlive-lang-other lyx
echo "==== installing culmus ===="
wget https://sourceforge.net/projects/ivritex/files/culmus-latex/culmus-latex-0.7/culmus-latex_0.7-1_all_fixed.deb/download -O culmus.deb
sudo dpkg -i culmus.deb
echo "==== done ===="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment