Updated install-fed

This commit is contained in:
Nathan Schneider
2026-01-14 15:39:14 -07:00
parent 776da99583
commit e753c9b5a0
+3 -3
View File
@@ -23,13 +23,11 @@ sudo dnf -y install neovim
~/.scripts/install-vim.sh
# pandoc
sudo dnf -y install pandoc
sudo dnf -y install texlive
sudo dnf -y install texlive-xetex
sudo dnf -y install texlive-latex-extra
sudo dnf -y install lmodern
echo "Download pandoc and install from dpkg:"
echo "https://github.com/jgm/pandoc/releases/latest"
read response
# revealjs
cd ~/.revealjs
@@ -47,5 +45,7 @@ sudo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flat
sudo flatpak install com.nextcloud.desktopclient.nextcloud
sudo flatpak install org.keepassxc.KeePassXC
sudo flatpak install org.zotero.Zotero
echo "See ~/Cloud/Notes/Config.md for Zotero setup instructions"
read response
echo "Installation script complete"