Fixing an embarrassing amount of errors after having to use it for the first time

This commit is contained in:
Gib
2024-08-12 03:28:17 -05:00
parent aff93e0e03
commit 2eedecc9cd
47 changed files with 38 additions and 95 deletions

View File

@ -1 +0,0 @@
flatpak install -y io.github.Figma_Linux.figma_linux

View File

@ -1 +1 @@
sudo dnf install -y firewall-config
sudo dnf install -y fedora firewall-config

View File

@ -1 +1 @@
flatpak install -y de.haeckerfelix.Fragments
flatpak install -y flathub de.haeckerfelix.Fragments

View File

@ -1 +0,0 @@
sudo dnf install -y gnome-text-editor

View File

@ -2,5 +2,5 @@ flatpak remote-add --if-not-exists gnome-nightly \
https://nightly.gnome.org/gnome-nightly.flatpakrepo
flatpak remote-add --if-not-exists gradience-nightly \
https://gradienceteam.github.io/Gradience/index.flatpakrepo
sudo flatpak install gradience-nightly \
sudo flatpak install -y gradience-nightly \
com.github.GradienceTeam.Gradience.Devel

View File

@ -1 +1 @@
flatpak install -y org.gnome.gThumb
flatpak install -y flathub org.gnome.gThumb

View File

@ -1 +1,2 @@
source ~/.local/share/sunhat/sources/env.sh
sudo dnf install -y $JDK_LINK

View File

@ -1,3 +1,4 @@
source ~/.local/share/sunhat/sources/env.sh
xdg-open "$JETBRAINS_TOOLBOX_LINK" > /dev/null 2>&1
read -rp "Once downloaded & in Downloads directory, press Enter to continue..."
tar -xzf ~/Downloads/jetbrains-toolbox-*.tar.gz -C ~/Downloads

View File

@ -1,5 +1,5 @@
sudo dnf install yasm gmp-devel libpcap-devel bzip2-devel
sudo dnf install -y yasm gmp-devel libpcap-devel bzip2-devel
git clone https://github.com/magnumripper/JohnTheRipper.git ~/.local/share/sunhat/packages/JohnTheRipper/
cd ~/.local/share/sunhat/JohnTheRipper/src
cd ~/.local/share/sunhat/packages/JohnTheRipper/src
./configure && make
cd ~/.local/share/sunhat

View File

@ -1 +1 @@
flatpak install -y org.kde.kdenlive
flatpak install -y flathub org.kde.kdenlive

View File

@ -1 +0,0 @@
sudo dnf install -y kitty

View File

@ -1 +1 @@
flatpak install -y org.libreoffice.LibreOffice
flatpak install -y flathub org.libreoffice.LibreOffice

View File

@ -1 +1 @@
flatpak install -y com.moonlight_stream.Moonlight.desktop
flatpak install -y com.moonlight_stream.Moonlight

View File

@ -1 +0,0 @@
sudo dnf install -y neovim

View File

@ -6,4 +6,4 @@ sudo rm /usr/share/cloud-providers/com.nextcloudgmbh.Nextcloud.ini
echo -e "\t-BusName=com.nextcloudgmbh.Nextcloud"
echo -e "\tObjectPath=/com/nextcloudgmbh/Nextcloud\n"
read -p "Press enter to open the .desktop file."
kitty -1 -e bash -c "com.nextcloud.desktopclient.nextcloud.desktop"
kitty -1 -e bash -c "sudoedit /usr/share/applications/com.nextcloud.desktopclient.nextcloud.desktop"

View File

@ -1 +1 @@
flatpak install -y com.prusa3d.PrusaSlicer
flatpak install -y flathub com.prusa3d.PrusaSlicer

View File

@ -1 +1 @@
flatpak install -y net.supertuxkart.SuperTuxKart
flatpak install -y flathub net.supertuxkart.SuperTuxKart

View File

@ -1 +1 @@
flatpak install -y org.mozilla.Thunderbird
flatpak install -y flathub org.mozilla.Thunderbird

View File

@ -1 +1 @@
flatpak install -y com.github.micahflee.torbrowser-launcher
flatpak install -y flathub com.github.micahflee.torbrowser-launcher

View File

@ -3,3 +3,4 @@ cd ~/.local/share/sunhat/packages/turtle/
python install.py install --user
pip3 install . --user
nautilus -q nautilus --no-desktop
cd ~/.local/share/sunhat

View File

@ -1,4 +0,0 @@
sudo dnf install -y ulauncher
gtk-launch ulauncher.desktop >/dev/null 2>&1
sleep 2 # ensure enough time for ulauncher to set defaults
cp ~/.local/share/sunhat/configs/ulauncher/ulauncher.json ~/.config/ulauncher/settings.json

View File

@ -1 +1 @@
flatpak install -y com.unity.UnityHub
flatpak install -y flathub com.unity.UnityHub

View File

@ -1 +1,2 @@
source ~/.local/share/sunhat/sources/env.sh
sudo dnf install -y $UPSCAYL_LINK

View File

@ -1 +1 @@
flatpak install -y com.github.unrud.VideoDownloader
flatpak install -y flathub com.github.unrud.VideoDownloader

View File

@ -1 +1 @@
flatpak install -y org.gnome.gitlab.YaLTeR.VideoTrimmer
flatpak install -y flathub org.gnome.gitlab.YaLTeR.VideoTrimmer

View File

@ -1 +0,0 @@
sudo dnf install -y vlc

View File

@ -1 +1 @@
flatpak install -y re.sonny.Workbench
flatpak install -y flathub re.sonny.Workbench

View File

@ -1 +1 @@
flatpak install -y com.github.xournalpp.xournalpp
flatpak install -y flathub com.github.xournalpp.xournalpp

View File

@ -1 +1 @@
flatpak install -y org.yuzu_emu.yuzu
flatpak install -y flathub org.yuzu_emu.yuzu

View File

@ -1,17 +0,0 @@
if ! command -v nodenv &>/dev/null; then
URL="https://nodejs.org/download/release/index.json"
DEFAULT_NODE_VERSION=$(curl -s "$URL" | jq -r '.[] | select(.lts != false) | .version' | head -n 1)
git clone https://github.com/nodenv/nodenv.git ~/.nodenv
sudo ln -vs ~/.nodenv/bin/nodenv /usr/local/bin/nodenv
cd ~/.nodenv
src/configure && make -C src || true
cd ~/
mkdir -p "$(nodenv root)"/plugins
git clone https://github.com/nodenv/node-build.git "$(nodenv root)"/plugins/node-build
git clone https://github.com/nodenv/nodenv-aliases.git $(nodenv root)/plugins/nodenv-aliases
nodenv install $DEFAULT_NODE_VERSION
nodenv global $DEFAULT_NODE_VERSION
sudo ln -vs $(nodenv root)/shims/* /usr/local/bin/
cd ~/.local/share/sunhat
fi