diff --git a/.scripts/install-deb.sh b/.scripts/install-deb.sh index b314435..65efe5e 100755 --- a/.scripts/install-deb.sh +++ b/.scripts/install-deb.sh @@ -1,22 +1,15 @@ #!/bin/bash # Install script for ntnsndr's Deb environment +echo "Before running this, be sure Flatpak is installed: https://flatpak.org/setup/ If not ready, cancel with ctrl+c" + echo "Beginning install script for ntnsndr Deb environment" # Initial utilities -sudo add-apt-repository ppa:nextcloud-devs/client sudo apt -y update && apt upgrade -sudo apt -y install nextcloud-desktop nautilus-nextcloud -sudo apt -y install keepassxc sudo apt -y install git sudo apt -y install xdg-open sudo apt -y install nodejs -sudo apt -y install flatpak - -# emacs -sudo apt -y install emacs-gtk -sudo apt -y install aspell aspell-en -emacs --script ~/.scripts/install-emacs.el # nvim sudo apt -y install neovim @@ -41,11 +34,12 @@ cd ~ echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides" read response -# zotero -echo "Restart the computer to finish flatpak installation, then run" -echo "flatpak install flathub org.zotero.Zotero" -echo "Then install" -echo "And be sure that the default data location is ~/Zotero" +# flatpaks +sudo flatpak install com.nextcloud.desktopclient.nextcloud +sudo flatpak install org.keepassxc.KeePassXC +sudo flatpak install org.zotero.Zotero + +echo "Review notes in ~/Cloud/Config.md" echo "Good?" read response @@ -53,7 +47,6 @@ read response 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