From 017f776cfeb82072dce8548d8bb8cc34a929fb7a Mon Sep 17 00:00:00 2001 From: Ayush Dumasia Date: Tue, 29 Apr 2025 10:03:16 +0530 Subject: [PATCH] =?UTF-8?q?=20perf:=20=F0=9F=9A=80=20=20Add=20some=20basic?= =?UTF-8?q?=20packages=20for=20Pacman=20in=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.sh b/setup.sh index df33331..9817d44 100755 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,9 @@ #!/bin/bash +set -euo pipefail + + +sudo pacman -S hyprland waybar dunst kitty neovim git wl-clipboard xdg-desktop-portal-hyprland xdg-desktop-portal wofi network-manager-applet brightnessctl pavucontrol tmux rofi yazi firefox pamixer hyprlock grim slurp cat << EOF | lolcat _________ __ ____ ___ @@ -11,6 +15,7 @@ cat << EOF | lolcat EOF + echo "Copying config files..." cp -r cava kitty dunst fastfetch gtk-3.0 gtk-4.0 hypr hypridle rofi starship tmux waybar yazi ~/.config/ @@ -19,6 +24,11 @@ chmod +x * cd ~/hyprdots +cd ~/.config/rofi +chmod +x * + +cd ~/hyprdots + cp -r bin ~/.local/bin/ cd ~/.local/bin/