From 39e75005089666bed4966e4ef00a60116ddca272 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 25 Jan 2026 15:31:28 -0600 Subject: [PATCH] Start setup post install instructions --- dotenv.sh | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/dotenv.sh b/dotenv.sh index 82c520f..4d0c119 100755 --- a/dotenv.sh +++ b/dotenv.sh @@ -88,6 +88,7 @@ flatpak install \ rocks.shy.VacuumTube \ org.videolan.VLC \ dev.goats.xivlauncher \ + alpaca com.jeffser.Alpaca \ --assumeyes # VS Code @@ -116,7 +117,6 @@ fi # Ollama curl -fsSL https://ollama.com/install.sh | sh -# Ask if we want to install ollama models now echo -e "\n\n\nOllama Model Installation\n\n\n" echo "Do you want to install the Ollama models now? (y/n)" read -r INSTALL_OLLAMA_MODELS @@ -178,8 +178,15 @@ sudo dnf install iosevka-fonts -y # Shopify stuff npm install -g @shopify/cli @shopify/theme -# Open login to nextcloud in firefox -# echo -e "\n\n\nNextCloud Login Setup\n\n\n" -# flatpak run org.mozilla.firefox 'https://cloud.wish.moe' & -# echo "Generate a nextcloud token and paste here when ready:" -# read -r NEXTCLOUD_TOKEN \ No newline at end of file +# Setup Apps +echo "Setup Nextcloud now, press enter when done" +flatpak run com.nextcloud.desktopclient.nextcloud +read -r DONE_NEXTCLOUD + +echo "Install the Organic Maps you want, press enter when done" +flatpak run app.organicmaps.desktop +read -r DONE_ORGANIC_MAPS + +echo "Setup Steam now, press enter when done" +flatpak run com.valvesoftware.Steam +read -r DONE_STEAM \ No newline at end of file