From f60323a1023db8afe0560a2bc63ea9dfe3e64128 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 20 Jan 2025 13:23:56 +0100 Subject: [PATCH] added z as another qol addition to shell --- .zshrc | 2 ++ hyprland-eww-wofi-installer.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 671113e..745458f 100755 --- a/.zshrc +++ b/.zshrc @@ -82,6 +82,8 @@ plugins=( git perms zsh-interactive-cd zsh-navigation-tools + z + ufw ) source $ZSH/oh-my-zsh.sh diff --git a/hyprland-eww-wofi-installer.sh b/hyprland-eww-wofi-installer.sh index ee4d705..e80c54c 100644 --- a/hyprland-eww-wofi-installer.sh +++ b/hyprland-eww-wofi-installer.sh @@ -1,7 +1,7 @@ #!/bin/bash #install components echo "Installing required Packages" -sudo pacman -S alsa-utils base base-devel bash-language-server btop btrfs-progs clang curl dolphin dunst fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww ttf-jetbrains-mono unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator zsh +sudo pacman -S alsa-utils base base-devel bash-language-server btop btrfs-progs clang curl dolphin dunst fastfetch firefox flatpak fzf gcc git gnu-netcat greetd-tuigreet grim grub gst-plugin-pipewire htop hyfetch hyprland imagemagick inetutils iwd jq kitty ldns libpulse linux linux-firmware lua-language-server micro nano networkmanager nmap openssh pulsemixer nerd-fonts otf-font-awesome pipewire pipewire-alsa pipewire-jack pipewire-pulse polkit-kde-agent qt5-wayland qt6-wayland slurp smartmontools swww ttf-jetbrains-mono ufw unzip vim waybar wget wireless_tools wireplumber wireshark-qt wofi wpa_supplicant wl-clipboard qt6ct xdg-desktop-portal-hyprland xdg-utils xf86-video-amdgpu xf86-video-ati xf86-video-nouveau xf86-video-vmware xorg-server xorg-xinit yazi zip zram-generator z zsh #aur/yay setup echo "Installing yay"