update app list
This commit is contained in:
19
install.sh
19
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
|
||||
|
||||
Reference in New Issue
Block a user