diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 905a072..33b96eb 100755 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -55,11 +55,9 @@ echo "For Zotero, see installation notes in ~/Cloud/Notes/Config.md. Good?" read response # fonts -mkdir .fonts/ -echo "Download TTF fonts and put them in ~/.fonts:" -echo "https://fonts.google.com/specimen/Roboto (home system)" +sudo cp ~/.fonts/dinreg.ttf /usr/share/fonts/ +echo "Download fonts and put them in /usr/share/fonts/:" echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)" -echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)" echo "https://www.latofonts.com/lato-free-fonts/ (office system)" echo "Good?" read response diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index 7cccc23..b314435 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -35,21 +35,10 @@ cd ~/.revealjs rm -rf reveal.js/ # remove existing install git clone https://github.com/hakimel/reveal.js.git cd reveal.js +npm install cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/ -# For the older version, replace "dist/" with "css/" cd ~ -read response - - -# fonts -mkdir .fonts/ -echo "Download TTF fonts and put them in ~/.fonts:" -echo "https://fontlibrary.org/en/font/d-din" -echo "https://fonts.google.com/specimen/Roboto (home system)" -echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)" -echo "https://github.com/JetBrains/JetBrainsMono/releases/latest (POP terminals)" -echo "https://www.latofonts.com/lato-free-fonts/ (office system)" -echo "Good?" +echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides" read response # zotero @@ -60,5 +49,12 @@ echo "And be sure that the default data location is ~/Zotero" echo "Good?" read response +# fonts +sudo cp ~/.fonts/dinreg.ttf /usr/share/fonts/ +echo "Download fonts and put them in /usr/share/fonts/:" +echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)" +echo "https://www.latofonts.com/lato-free-fonts/ (office system)" +echo "Good?" +read response echo "Installation script complete"