diff --git a/.scripts/install-arch.sh b/.scripts/install-arch.sh index 3a612a5..b6f6971 100644 --- a/.scripts/install-arch.sh +++ b/.scripts/install-arch.sh @@ -28,6 +28,7 @@ emacs --script install-emacs.el sudo pacman -S pandoc sudo pacman -S pandoc-citeproc sudo pacman -S texlive +sudo pacman -S lmodern # revealjs cd ~/.revealjs diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index cbefbf1..03ba3f6 100644 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -8,7 +8,7 @@ sudo apt-get -y install xdg-open sudo apt-get install nodejs # TO DO git -# Next, core apps +# Next, core apps (or are these already done by this point in order to get GitLab access?) # TO DO nextcloud # TO DO keepassxc @@ -20,6 +20,7 @@ emacs --script install-emacs.el sudo apt-get -y install pandoc sudo apt-get -y install pandoc-citeproc sudo apt-get -y install texlive +sudo apt-get -y install lmodern # revealjs cd ~/.revealjs