Start setup post install instructions

This commit is contained in:
2026-01-25 15:31:28 -06:00
parent 4a6d77a78a
commit 39e7500508

View File

@@ -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
# 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