Updated font instructions in install script
This commit is contained in:
@@ -55,11 +55,9 @@ echo "For Zotero, see installation notes in ~/Cloud/Notes/Config.md. Good?"
|
|||||||
read response
|
read response
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
mkdir .fonts/
|
sudo cp ~/.fonts/dinreg.ttf /usr/share/fonts/
|
||||||
echo "Download TTF fonts and put them in ~/.fonts:"
|
echo "Download fonts and put them in /usr/share/fonts/:"
|
||||||
echo "https://fonts.google.com/specimen/Roboto (home system)"
|
|
||||||
echo "https://github.com/be5invis/Iosevka/releases/latest (home terminal)"
|
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 "https://www.latofonts.com/lato-free-fonts/ (office system)"
|
||||||
echo "Good?"
|
echo "Good?"
|
||||||
read response
|
read response
|
||||||
|
|||||||
+9
-13
@@ -35,21 +35,10 @@ cd ~/.revealjs
|
|||||||
rm -rf reveal.js/ # remove existing install
|
rm -rf reveal.js/ # remove existing install
|
||||||
git clone https://github.com/hakimel/reveal.js.git
|
git clone https://github.com/hakimel/reveal.js.git
|
||||||
cd reveal.js
|
cd reveal.js
|
||||||
|
npm install
|
||||||
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
|
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/dist/theme/
|
||||||
# For the older version, replace "dist/" with "css/"
|
|
||||||
cd ~
|
cd ~
|
||||||
read response
|
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
|
||||||
|
|
||||||
|
|
||||||
# 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?"
|
|
||||||
read response
|
read response
|
||||||
|
|
||||||
# zotero
|
# zotero
|
||||||
@@ -60,5 +49,12 @@ echo "And be sure that the default data location is ~/Zotero"
|
|||||||
echo "Good?"
|
echo "Good?"
|
||||||
read response
|
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"
|
echo "Installation script complete"
|
||||||
|
|||||||
Reference in New Issue
Block a user