From 9c862fe1c018ad803e7e1ffddfab716db9b3e566 Mon Sep 17 00:00:00 2001 From: subh Date: Sat, 28 Mar 2026 20:29:47 +0530 Subject: Changes --- install.sh | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/install.sh b/install.sh index 8a7b0ec..36d2eab 100755 --- a/install.sh +++ b/install.sh @@ -4,15 +4,18 @@ sudo pacman -Syu echo "[*] Installing core packages" -sudo pacman -S NetworkManager dunst ly firewalld discord libnotify fastfetch ttd-iosevka-nerd quickshell fzf hyprlock hyprshot exa fd ripgrep bat pcmanfm make cmake hyprland wayland pipewire ghostty swww rofi pavucontrol pulseaudio mpv feh maim dbus wl-clipboard tmux docker docker-compose rust go cargo uv python3 doas openvpn net-tools 7zip zip netcat socat wget curl spotify zoxide octopi cuda nvidia-settings nvidia-utils opencl-nvidia bore grex protonvpn keepassxc flameshot power-profiles-daemon flatpak pass zathura zathura-pdf-mupdf -flatpak install flathub com.stremio.Stremio +sudo pacman -S NetworkManager dunst ly firewalld discord libnotify fastfetch ttd-iosevka-nerd quickshell fzf hyprlock hyprshot exa fd ripgrep bat pcmanfm make cmake hyprland wayland pipewire ghostty swww rofi pavucontrol pulseaudio mpv feh maim dbus wl-clipboard tmux docker docker-compose rust go cargo uv python3 doas openvpn net-tools 7zip zip netcat socat wget curl spotify zoxide octopi cuda nvidia-settings nvidia-utils opencl-nvidia bore grex protonvpn keepassxc flameshot power-profiles-daemon pass zathura zathura-pdf-mupdf echo "[*] Building yay" git clone https://aur.archlinux.org/yay.git && cd yay && sudo makepkg -si +echo "[*] Building chaotic aur" +wget -q -O chaotic-AUR-installer.bash https://raw.githubusercontent.com/SharafatKarim/chaotic-AUR-installer/main/install.bash && sudo bash chaotic-AUR-installer.bash && rm chaotic-AUR-installer.bash + +sudo pacman -Sy chaotic-keyring echo "[*] Installing yay packges" -yay -S librewolf-bin xwaylandvideobridge croc ttyd stremio satty +yay -S zen-browser-bin xwaylandvideobridge croc ttyd stremio satty echo "[*] Adding the blackarch repo" @@ -31,9 +34,9 @@ echo "[*] Setting up rofi" mkdir -p ~/.config/rofi cp rofi/* ~/.config/rofi -echo "[*] Setting up swaync" -mkdir -p ~/.config/swaync -cp swaync/style.css ~/.config/swaync +echo "[*] Setting up dunst" +mkdir -p ~/.config/dunst +cp dunst/* ~/.config/dunst/ echo "[*] Setting up tmux" mkdir -p ~/.config/tmux -- cgit v1.2.3