Implement Arch move from base group -> package
This commit is contained in:
+3
-2
@@ -18,7 +18,7 @@ AUR_HELPER="trizen"
|
|||||||
|
|
||||||
if [ "$(dirname "$0")" != "." ]; then
|
if [ "$(dirname "$0")" != "." ]; then
|
||||||
echo "Please run this script from the directory it resides."
|
echo "Please run this script from the directory it resides."
|
||||||
exit
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
help() {
|
help() {
|
||||||
@@ -140,7 +140,8 @@ push() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
packages() {
|
packages() {
|
||||||
PACKAGE_LIST="$(pacman -Qqe | sort | grep -vx "$(pacman -Qqg base base-devel | sort)")"
|
FILTER_LIST="$((pacman -Qqg base base-devel && pactree -u base | tail -n +2) | sort)"
|
||||||
|
PACKAGE_LIST="$(pacman -Qqe | grep -vx "$FILTER_LIST" | sort)"
|
||||||
|
|
||||||
if [ "$1" = "list" ] || [ "$1" = "" ]; then
|
if [ "$1" = "list" ] || [ "$1" = "" ]; then
|
||||||
echo "$PACKAGE_LIST"
|
echo "$PACKAGE_LIST"
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ alsa-utils
|
|||||||
arandr
|
arandr
|
||||||
arc-gtk-theme
|
arc-gtk-theme
|
||||||
arc-icon-theme
|
arc-icon-theme
|
||||||
|
base
|
||||||
breeze-icons-git
|
breeze-icons-git
|
||||||
brightnessctl
|
brightnessctl
|
||||||
bspwm
|
bspwm
|
||||||
@@ -12,6 +13,7 @@ checkbashisms
|
|||||||
chromium
|
chromium
|
||||||
clang
|
clang
|
||||||
cmake
|
cmake
|
||||||
|
dhcpcd
|
||||||
dialog
|
dialog
|
||||||
domoticz-git
|
domoticz-git
|
||||||
dos2unix
|
dos2unix
|
||||||
@@ -44,6 +46,7 @@ htop
|
|||||||
i3-gaps-next-git
|
i3-gaps-next-git
|
||||||
i3lock-color-git
|
i3lock-color-git
|
||||||
imagemagick
|
imagemagick
|
||||||
|
inetutils
|
||||||
inkscape
|
inkscape
|
||||||
intel-ucode
|
intel-ucode
|
||||||
iw
|
iw
|
||||||
@@ -56,17 +59,23 @@ lib32-glibc
|
|||||||
libmtp
|
libmtp
|
||||||
libnotify-id
|
libnotify-id
|
||||||
libva-intel-driver
|
libva-intel-driver
|
||||||
|
linux
|
||||||
linux-headers
|
linux-headers
|
||||||
linux-lts
|
linux-lts
|
||||||
linux-lts-headers
|
linux-lts-headers
|
||||||
|
lvm2
|
||||||
lxappearance
|
lxappearance
|
||||||
|
man-db
|
||||||
|
man-pages
|
||||||
mariadb
|
mariadb
|
||||||
|
mdadm
|
||||||
mkvtoolnix-cli
|
mkvtoolnix-cli
|
||||||
moka-icon-theme-git
|
moka-icon-theme-git
|
||||||
mpv
|
mpv
|
||||||
mysql-workbench
|
mysql-workbench
|
||||||
ncdu
|
ncdu
|
||||||
neofetch
|
neofetch
|
||||||
|
netctl
|
||||||
ntfs-3g
|
ntfs-3g
|
||||||
openssh
|
openssh
|
||||||
otf-font-awesome
|
otf-font-awesome
|
||||||
@@ -106,6 +115,7 @@ sloccount
|
|||||||
smartmontools
|
smartmontools
|
||||||
stalonetray
|
stalonetray
|
||||||
sxhkd
|
sxhkd
|
||||||
|
sysfsutils
|
||||||
texlive-bibtexextra
|
texlive-bibtexextra
|
||||||
texlive-core
|
texlive-core
|
||||||
texlive-fontsextra
|
texlive-fontsextra
|
||||||
@@ -129,6 +139,7 @@ ttf-emojione
|
|||||||
tumbler
|
tumbler
|
||||||
unrar
|
unrar
|
||||||
unzip
|
unzip
|
||||||
|
usbutils
|
||||||
vim-spell-nl
|
vim-spell-nl
|
||||||
wget
|
wget
|
||||||
wpa_supplicant
|
wpa_supplicant
|
||||||
@@ -138,6 +149,7 @@ xarchiver
|
|||||||
xclip
|
xclip
|
||||||
xdo
|
xdo
|
||||||
xdotool
|
xdotool
|
||||||
|
xfsprogs
|
||||||
xorg-server
|
xorg-server
|
||||||
xorg-xev
|
xorg-xev
|
||||||
xorg-xinit
|
xorg-xinit
|
||||||
|
|||||||
Reference in New Issue
Block a user