Merge pull request #171 from Clepnicx/test

Update aur-pkgs.txt and pacman-pkgs.txt
This commit is contained in:
Chris Titus 2022-01-13 10:20:31 -06:00 committed by GitHub
commit 687ea69316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,4 @@
autojump
awesome-terminal-fonts
brave-bin
dxvk-bin
github-desktop-bin
@ -12,15 +11,8 @@ nordic-darker-standard-buttons-theme
nordic-darker-theme
nordic-kde-git
nordic-theme
noto-fonts-emoji
papirus-icon-theme
plasma-pa
ocs-url
sddm-nordic-theme-git
snapper-gui-git
ttf-droid
ttf-hack
ttf-meslo
ttf-roboto
zoom
snap-pac

View File

@ -13,6 +13,7 @@ ark
audiocd-kio
autoconf
automake
awesome-terminal-fonts
base
bash-completion
bind
@ -88,6 +89,7 @@ milou
nano
neofetch
networkmanager
noto-fonts-emoji
ntfs-3g
ntp
okular
@ -97,10 +99,12 @@ os-prober
oxygen
p7zip
pacman-contrib
papirus-icon-theme
patch
picom
pkgconf
plasma-nm
plasma-pa
powerdevil
powerline-fonts
print-manager
@ -116,6 +120,7 @@ rsync
sddm
sddm-kcm
snapper
snap-pac
spectacle
steam
sudo
@ -124,6 +129,9 @@ synergy
systemsettings
terminus-font
traceroute
ttf-droid
ttf-hack
ttf-roboto
ufw
unrar
unzip
@ -142,4 +150,4 @@ zeroconf-ioslave
zip
zsh
zsh-syntax-highlighting
zsh-autosuggestions
zsh-autosuggestions

View File

@ -126,7 +126,7 @@ esac
# selection for disk type
diskpart () {
# show disks present on system
lsblk -n --output TYPE,KNAME | awk '$1=="disk"{print NR,"/dev/"$2}' # show disks with /dev/ prefix
lsblk -n --output TYPE,KNAME,SIZE | awk '$1=="disk"{print NR,"/dev/"$2" - "$3}' # show disks with /dev/ prefix and size
echo -ne "
------------------------------------------------------------------------
THIS WILL FORMAT AND DELETE ALL DATA ON THE DISK