summaryrefslogtreecommitdiff
path: root/arch-magik.sh
diff options
context:
space:
mode:
authorSaumit <justsaumit@protonmail.com>2024-09-18 18:35:18 +0530
committerSaumit <justsaumit@protonmail.com>2024-09-18 18:35:18 +0530
commitd2f043d55e88f7fd83714bc722897e995139fc77 (patch)
tree3c31d8c886a32511bd3469df03ced7075668893c /arch-magik.sh
parent81f2f1da3b841f20ff642889f3704d76cdc9cb00 (diff)
Adding dnsutils - dig and nslookup
Diffstat (limited to 'arch-magik.sh')
-rwxr-xr-xarch-magik.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch-magik.sh b/arch-magik.sh
index c2796f9..42f82cf 100755
--- a/arch-magik.sh
+++ b/arch-magik.sh
@@ -103,7 +103,7 @@ pacman --noconfirm --needed -Sy hyprland xdg-desktop-portal-hyprland foot kitty
git zsh bc pipewire pipewire-pulse pulsemixer wireplumber sof-firmware rsync libreoffice-fresh \
libnotify dunst wget jq aria2 bat cowsay neofetch emacs neovim qutebrowser \
dhcpcd wpa_supplicant networkmanager net-tools ncdu pamixer mpd ncmpcpp seahorse \
- zsh-syntax-highlighting tmux pass pass-otp libconfig obs-studio v4l2loopback-dkms \
+ zsh-syntax-highlighting tmux pass pass-otp libconfig obs-studio v4l2loopback-dkms usbutils dnsutils \
polkit polkit-gnome gnome-keyring nextcloud-client trash-cli geoip gparted discord bluez bluez-utils yt-dlp ytfzf &&
#ranger xorg-server xorg-xinit xorg-xkill xorg-xbacklight sxiv xwallpaper python-pywal ueberzug unclutter xclip maim xdotool flameshot sxhkd
#waybar
@@ -176,7 +176,6 @@ sudo cp $HOME/.dotfiles/etc/udev/rules.d/90-backlight.rules /etc/udev/rules.d/90
# Add noto fonts
read -p "Do you wish to add noto fonts? [y/n]" answer
if [[ $answer = y ]] ; then
- yay -S $virt
sudo pacman -S $(pacman -Ssq noto-fonts)
fi