forked from Shinonome/dots-hyprland
Remove ii-pymyc-aur entirely.
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ metapkgs+=(./arch-packages/illogical-impulse-microtex-git)
|
|||||||
metapkgs+=(./arch-packages/illogical-impulse-oneui4-icons-git)
|
metapkgs+=(./arch-packages/illogical-impulse-oneui4-icons-git)
|
||||||
[[ -f /usr/share/icons/Bibata-Modern-Classic/index.theme ]] || \
|
[[ -f /usr/share/icons/Bibata-Modern-Classic/index.theme ]] || \
|
||||||
metapkgs+=(./arch-packages/illogical-impulse-bibata-modern-classic-bin)
|
metapkgs+=(./arch-packages/illogical-impulse-bibata-modern-classic-bin)
|
||||||
try sudo pacman -R illogical-impulse-microtex
|
try sudo pacman -R illogical-impulse-{microtex,pymyc-aur}
|
||||||
|
|
||||||
for i in "${metapkgs[@]}"; do
|
for i in "${metapkgs[@]}"; do
|
||||||
metainstallflags="--needed"
|
metainstallflags="--needed"
|
||||||
|
|||||||
+1
-4
@@ -16,8 +16,6 @@ If no option is specified, run default install process.
|
|||||||
-s, --skip-sysupdate Skip \"sudo pacman -Syu\"
|
-s, --skip-sysupdate Skip \"sudo pacman -Syu\"
|
||||||
--skip-hyprland Skip installing the config for Hyprland
|
--skip-hyprland Skip installing the config for Hyprland
|
||||||
--skip-hypr-aur Skip installing hyprland-git
|
--skip-hypr-aur Skip installing hyprland-git
|
||||||
--skip-pymyc-aur Skip installing python-materialyoucolor-git, gradience,
|
|
||||||
python-libsass and python-material-color-utilities
|
|
||||||
--skip-fish Skip installing the config for Fish
|
--skip-fish Skip installing the config for Fish
|
||||||
--skip-plasmaintg Skip installing plasma-browser-integration
|
--skip-plasmaintg Skip installing plasma-browser-integration
|
||||||
--skip-miscconf Skip copying the dirs and files to \".configs\" except for
|
--skip-miscconf Skip copying the dirs and files to \".configs\" except for
|
||||||
@@ -35,7 +33,7 @@ cleancache(){
|
|||||||
# `man getopt` to see more
|
# `man getopt` to see more
|
||||||
para=$(getopt \
|
para=$(getopt \
|
||||||
-o hfk:cs \
|
-o hfk:cs \
|
||||||
-l help,force,fontset:,deplistfile:,clean,skip-sysupdate,skip-fish,skip-hyprland,skip-hypr-aur,skip-pymyc-aur,skip-plasmaintg,skip-miscconf \
|
-l help,force,fontset:,deplistfile:,clean,skip-sysupdate,skip-fish,skip-hyprland,skip-hypr-aur,skip-plasmaintg,skip-miscconf \
|
||||||
-n "$0" -- "$@")
|
-n "$0" -- "$@")
|
||||||
[ $? != 0 ] && echo "$0: Error when getopt, please recheck parameters." && exit 1
|
[ $? != 0 ] && echo "$0: Error when getopt, please recheck parameters." && exit 1
|
||||||
#####################################################################################
|
#####################################################################################
|
||||||
@@ -64,7 +62,6 @@ while true ; do
|
|||||||
-s|--skip-sysupdate) SKIP_SYSUPDATE=true;shift;;
|
-s|--skip-sysupdate) SKIP_SYSUPDATE=true;shift;;
|
||||||
--skip-hyprland) SKIP_HYPRLAND=true;shift;;
|
--skip-hyprland) SKIP_HYPRLAND=true;shift;;
|
||||||
--skip-hypr-aur) SKIP_HYPR_AUR=true;shift;;
|
--skip-hypr-aur) SKIP_HYPR_AUR=true;shift;;
|
||||||
--skip-pymyc-aur) SKIP_PYMYC_AUR=true;shift;;
|
|
||||||
--skip-fish) SKIP_FISH=true;shift;;
|
--skip-fish) SKIP_FISH=true;shift;;
|
||||||
--skip-miscconf) SKIP_MISCCONF=true;shift;;
|
--skip-miscconf) SKIP_MISCCONF=true;shift;;
|
||||||
--skip-plasmaintg) SKIP_PLASMAINTG=true;shift;;
|
--skip-plasmaintg) SKIP_PLASMAINTG=true;shift;;
|
||||||
|
|||||||
+1
-1
@@ -50,6 +50,6 @@ v sudo rm /etc/modules-load.d/i2c-dev.conf
|
|||||||
read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed"
|
read -p "Do you want to uninstall packages used by the dotfiles?\nCtrl+C to exit, or press Enter to proceed"
|
||||||
|
|
||||||
# Removing installed yay packages and dependencies
|
# Removing installed yay packages and dependencies
|
||||||
v yay -Rns hyprland-git illogical-impulse-{audio,backlight,basic,fonts-themes,gnome,gtk,microtex,portal,pymyc-aur,python,screencapture,widgets} plasma-browser-integration
|
v yay -Rns hyprland-git illogical-impulse-{audio,backlight,basic,fonts-themes,gnome,gtk,microtex,portal,python,screencapture,widgets} plasma-browser-integration
|
||||||
|
|
||||||
printf '\e[36mUninstall Complete.\n\e[97m'
|
printf '\e[36mUninstall Complete.\n\e[97m'
|
||||||
|
|||||||
Reference in New Issue
Block a user