update app list
This commit is contained in:
19
install.sh
19
install.sh
@@ -20,18 +20,14 @@ APPS=(
|
|||||||
|
|
||||||
|
|
||||||
FLATPAK_APPS=(
|
FLATPAK_APPS=(
|
||||||
com.obsproject.Studio
|
|
||||||
com.protonvpn.www
|
com.protonvpn.www
|
||||||
com.ultimaker.cura
|
|
||||||
im.riot.Riot
|
im.riot.Riot
|
||||||
org.blender.Blender
|
|
||||||
org.darktable.Darktable
|
org.darktable.Darktable
|
||||||
org.freecad.FreeCAD
|
org.freecad.FreeCAD
|
||||||
org.gimp.GIMP
|
org.gimp.GIMP
|
||||||
org.inkscape.Inkscape
|
org.inkscape.Inkscape
|
||||||
org.libreoffice.LibreOffice
|
org.libreoffice.LibreOffice
|
||||||
io.gitlab.librewolf-community
|
com.brave.Browser
|
||||||
com.nextcloud.desktopclient.nextcloud
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@@ -154,10 +150,6 @@ while true; do
|
|||||||
profileChoice=$(echo "$profileChoice" | tr '[:upper:]' '[:lower:]')
|
profileChoice=$(echo "$profileChoice" | tr '[:upper:]' '[:lower:]')
|
||||||
|
|
||||||
if [ "$profileChoice" = "y" ]; then
|
if [ "$profileChoice" = "y" ]; then
|
||||||
# Add Profile Image
|
|
||||||
sudo rm ~/.face
|
|
||||||
cp ./profile/.face ~
|
|
||||||
|
|
||||||
# Add User To Group For Virtual Manager
|
# Add User To Group For Virtual Manager
|
||||||
sudo adduser kendall libvirt-qemu
|
sudo adduser kendall libvirt-qemu
|
||||||
break
|
break
|
||||||
@@ -169,11 +161,6 @@ while true; do
|
|||||||
done
|
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
|
# Install latest Neovim
|
||||||
if ! [ -x "$(command -v nvim)" ]; then
|
if ! [ -x "$(command -v nvim)" ]; then
|
||||||
sudo apt remove gettext-base -y
|
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
|
make CMAKE_BUILD_TYPE=RelWithDebInfo && cd build && cpack -G DEB && sudo dpkg -i nvim-linux-x86_64.deb
|
||||||
cd ~/.dotfiles/ && sudo rm -rf neovim
|
cd ~/.dotfiles/ && sudo rm -rf neovim
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Install TPM
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
||||||
|
|||||||
Reference in New Issue
Block a user