From 29ec660512175707c2229bba582d1db186695891 Mon Sep 17 00:00:00 2001 From: Kendall Whitman Date: Thu, 2 Oct 2025 18:50:14 -0500 Subject: [PATCH] update app list --- install.sh | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/install.sh b/install.sh index 48986af..96fb60b 100644 --- a/install.sh +++ b/install.sh @@ -20,18 +20,14 @@ APPS=( FLATPAK_APPS=( - com.obsproject.Studio com.protonvpn.www - com.ultimaker.cura im.riot.Riot - org.blender.Blender org.darktable.Darktable org.freecad.FreeCAD org.gimp.GIMP org.inkscape.Inkscape org.libreoffice.LibreOffice - io.gitlab.librewolf-community - com.nextcloud.desktopclient.nextcloud + com.brave.Browser ) @@ -154,10 +150,6 @@ while true; do profileChoice=$(echo "$profileChoice" | tr '[:upper:]' '[:lower:]') if [ "$profileChoice" = "y" ]; then - # Add Profile Image - sudo rm ~/.face - cp ./profile/.face ~ - # Add User To Group For Virtual Manager sudo adduser kendall libvirt-qemu break @@ -169,11 +161,6 @@ while true; do done -# Add filesystem override to Librewolf -sudo flatpak override io.gitlab.librewolf-community --filesystem=$HOME -sudo flatpak override io.gitlab.librewolf-community --device=all - - # Install latest Neovim if ! [ -x "$(command -v nvim)" ]; then sudo apt remove gettext-base -y @@ -184,7 +171,3 @@ if ! [ -x "$(command -v nvim)" ]; then make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb cd ~/.dotfiles/ && sudo rm -rf neovim fi - - -# Install TPM -git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm