From a06f69df3f545b7e08e9f3e5bf59c754aa9cd789 Mon Sep 17 00:00:00 2001 From: similienandrew-svg Date: Tue, 21 Oct 2025 18:40:41 -0700 Subject: [PATCH] Update install-on-arch.sh i3 gaps has been merged into i3 regular --- install-on-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-on-arch.sh b/install-on-arch.sh index 4fe5ffb..519c426 100755 --- a/install-on-arch.sh +++ b/install-on-arch.sh @@ -32,7 +32,7 @@ install_aur_helper(){ } install_pkgs(){ echo -e "${green}[*] Installing packages with pacman.${no_color}" - sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-gaps libnotify mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh + sudo pacman -S --noconfirm --needed acpi alsa-utils base-devel curl git pulseaudio pulseaudio-alsa xorg xorg-xinit alacritty btop code dunst feh firefox i3-wm libnotify mpc mpd ncmpcpp nemo neofetch neovim pacman-contrib papirus-icon-theme picom polybar ranger rofi scrot slop xclip zathura zathura-pdf-mupdf zsh } install_aur_pkgs(){ echo -e "${green}[*] Installing packages with $aurhelper.${no_color}"