From 520c9ad55f94741d01197b28b126189816ca5641 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 2 Jul 2022 21:58:06 -0400 Subject: [PATCH] Remove ubuntu --- ubuntu/bitwarden.sh | 3 --- ubuntu/focal.sh | 36 ------------------------------------ ubuntu/spotify.sh | 3 --- 3 files changed, 42 deletions(-) delete mode 100644 ubuntu/bitwarden.sh delete mode 100644 ubuntu/focal.sh delete mode 100644 ubuntu/spotify.sh diff --git a/ubuntu/bitwarden.sh b/ubuntu/bitwarden.sh deleted file mode 100644 index 1ce6bb9..0000000 --- a/ubuntu/bitwarden.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -snap install bitwarden \ No newline at end of file diff --git a/ubuntu/focal.sh b/ubuntu/focal.sh deleted file mode 100644 index 3f735cb..0000000 --- a/ubuntu/focal.sh +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/bash - -#Deboat -sudo apt purge -y firefox* thunderbird emacs emacs-gtk emacs-bin-common emacs-common keepassx* gnome-settings-daemon ibus* cups* system-config-printer* xsettingsd yelp* -sudo apt autoremove -y -sudo apt autoclean - -#Add repo -sudo apt install curl -y -curl --proxy http://127.0.0.1:8082/ --tlsv1.3 --proto =https --max-time 180 --output ~/unman.pub https://raw.githubusercontent.com/unman/unman/master/unman.pub -sudo apt-key add ~/unman.pub -echo "deb https://qubes.3isec.org/4.0 focal main" | sudo tee -a /etc/apt/sources.list - -#Install packages -sudo apt update -sudo apt install --no-install-recommends qubes-gpg-split eog qt5ct qt5-style-plugins nautilus arc-theme -y - -#Theming -git config --global http.proxy http://127.0.0.1:8082 -git clone https://github.com/horst3180/arc-icon-theme -sudo mv arc-icon-theme/Arc /usr/share/icons -rm -rf arc-icon-theme - -echo "export QT_QPA_PLATFORMTHEME=gtk2" | sudo tee /etc/environment - -sudo mkdir /etc/gtk-3.0 -echo "[Settings] -gtk-theme-name=Arc-Dark -gtk-application-prefer-dark-theme=1 -gtk-icon-theme-name=Arc" | sudo tee /etc/gtk-3.0/settings.ini - -sudo mkdir /etc/gtk-4.0 -echo "[Settings] -gtk-theme-name=Arc-Dark -gtk-application-prefer-dark-theme=1 -gtk-icon-theme-name=Arc" | sudo tee /etc/gtk-4.0/settings.ini diff --git a/ubuntu/spotify.sh b/ubuntu/spotify.sh deleted file mode 100644 index 8407907..0000000 --- a/ubuntu/spotify.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -snap install spotify \ No newline at end of file