Skip to content

Commit

Permalink
Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrrr committed Nov 26, 2024
1 parent d8ab5fc commit 107f686
Showing 1 changed file with 25 additions and 20 deletions.
45 changes: 25 additions & 20 deletions 400-remove-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
#tput setaf 8 = light blue
##################################################################################################################

if [ "$DEBUG" = true ]; then
echo
echo "------------------------------------------------------------"
echo "Running $(basename $0)"
echo "------------------------------------------------------------"
echo
read -n 1 -s -r -p "Debug mode is on. Press any key to continue..."
echo
fi

##################################################################################################################

echo
tput setaf 3
echo "######################################################"
Expand All @@ -39,14 +51,15 @@ fi
sudo pacman -Rs xf86-video-ati --noconfirm
sudo pacman -Rs xf86-video-nouveau --noconfirm
sudo pacman -Rs xf86-video-vesa --noconfirm
sudo pacman -R --noconfirm xfce4-artwork
sudo pacman -Rs --noconfirm xfce4-artwork
sudo rm -rf /usr/share/backgrounds/xfce
sudo pacman -Rs broadcom-wl-dkms --noconfirm
sudo pacman -Rs rtl8821cu-morrownr-dkms-git --noconfirm

sudo pacman -R --noconfirm adobe-source-han-sans-cn-fonts
sudo pacman -R --noconfirm adobe-source-han-sans-jp-fonts
sudo pacman -R --noconfirm adobe-source-han-sans-kr-fonts
sudo pacman -Rs --noconfirm adobe-source-han-sans-cn-fonts
sudo pacman -Rs --noconfirm adobe-source-han-sans-jp-fonts
sudo pacman -Rs --noconfirm adobe-source-han-sans-kr-fonts
sudo pacman -Rs --noconfirm vim vim-runtime

# always put the current .bashrc .zshrc away
if [ -f /etc/skel/.bashrc ]; then
Expand Down Expand Up @@ -92,9 +105,7 @@ if [ -f /usr/local/bin/get-nemesis-on-carli ]; then
tput sgr0
echo

sudo pacman -R --noconfirm carli-xfce-config
sudo pacman -R --noconfirm grml-zsh-config
sudo pacman -R --noconfirm systemd-resolvconf

echo
tput setaf 2
Expand Down Expand Up @@ -163,22 +174,15 @@ if grep -q "EndeavourOS" /etc/os-release; then
echo "######################################################"
tput sgr0
echo
if [ -f /etc/skel/.config/rofi/config.rasi ]; then
sudo rm -v /etc/skel/.config/rofi/config.rasi
fi

sudo systemctl disable firewalld
sudo pacman -R --noconfirm firewalld

sudo pacman -R --noconfirm arc-gtk-theme-eos
sudo pacman -Rdd --noconfirm eos-settings-xfce4
#sudo pacman -Rdd --noconfirm modemmanager modemmanager-qt
sudo pacman -R --noconfirm yay

# sudo rm -r /etc/skel/.config/Kvantum
# sudo rm -r /etc/skel/.config/gtk-3.0
# sudo rm -r /etc/skel/.config/variety
# sudo rm -r /etc/skel/.config/Thunar
# sudo rm -r /etc/skel/.config/xfce4
sudo rm /etc/skel/.config/xfce4/panel/whiskermenu-7.rc

echo
tput setaf 2
echo "######################################################"
Expand All @@ -200,8 +204,9 @@ if [ -f /usr/local/bin/get-nemesis-on-alci ]; then
echo "######################################################"
tput sgr0
echo

sudo rm /etc/skel/.Xresources
if [ -f /etc/skel/.Xresources ]; then
sudo rm /etc/skel/.Xresources
fi
sudo pacman -R --noconfirm amd-ucode
sudo pacman -R --noconfirm b43-fwcutter
sudo pacman -R --noconfirm broadcom-wl
Expand Down Expand Up @@ -457,7 +462,7 @@ fi
echo
tput setaf 6
echo "######################################################"
echo "################### Done"
echo "################### $(basename $0) done"
echo "######################################################"
tput sgr0
echo
echo

0 comments on commit 107f686

Please sign in to comment.