fixed yay commands

This commit is contained in:
Gaurav Bankar
2024-08-06 00:25:08 +05:30
parent 786b6acff2
commit ec75c01db3
2 changed files with 8 additions and 8 deletions

View File

@@ -17,7 +17,7 @@ run_command "tar -xvf ~/simple-hyprland/assets/themes/Catppuccin-Mocha.tar.xz -C
run_command "tar -xvf ~/simple-hyprland/assets/icons/Tela-circle-dracula.tar.xz -C /usr/share/icons/" "Tela icon theme" "yes" run_command "tar -xvf ~/simple-hyprland/assets/icons/Tela-circle-dracula.tar.xz -C /usr/share/icons/" "Tela icon theme" "yes"
run_command "yay -S kvantum-theme-catppuccin-git" "Catppuccin kvantum Theme" "yes" run_command "yay -S --sudoloop --noconfirm kvantum-theme-catppuccin-git" "Catppuccin kvantum Theme" "yes"
run_command "cp -r ~/simple-hyprland/configs/kitty ~/.config/" "Catppuccin kitty theme" "yes" run_command "cp -r ~/simple-hyprland/configs/kitty ~/.config/" "Catppuccin kitty theme" "yes"

View File

@@ -12,23 +12,23 @@ print_info "\nStarting utilities setup..."
run_command "pacman -S --noconfirm waybar" "Install Waybar" "yes" run_command "pacman -S --noconfirm waybar" "Install Waybar" "yes"
run_command "cp -r ~/simple-hyprland/configs/waybar ~/.config/" "Copy Waybar config" "yes" run_command "cp -r ~/simple-hyprland/configs/waybar ~/.config/" "Copy Waybar config" "yes"
run_command "yay -S tofi" "Install tofi" "yes" "no" run_command "yay -S --sudoloop --noconfirm tofi" "Install tofi" "yes" "no"
run_command "cp -r ~/simple-hyprland/configs/tofi ~/.config/" "Copy tofi config(s)" "yes" run_command "cp -r ~/simple-hyprland/configs/tofi ~/.config/" "Copy tofi config(s)" "yes"
run_command "pacman -S cliphist" "Install cliphist" "yes" run_command "pacman -S cliphist" "Install cliphist" "yes"
run_command "yay -S swww" "yes" "no" run_command "yay -S --sudoloop --noconfirm swww" "yes" "no"
run_command "cp -r ~/simple-hyprland/assets/backgrounds ~/.config/assets/backgrounds/" "Copy sample wallpapers (Recommended)" "yes" run_command "cp -r ~/simple-hyprland/assets/backgrounds ~/.config/assets/backgrounds/" "Copy sample wallpapers (Recommended)" "yes"
run_command "yay -S hyprpicker" "yes" "no" run_command "yay -S --sudoloop --noconfirm hyprpicker" "yes" "no"
run_command "yay -S hyprlock" "yes" "no" run_command "yay -S --sudoloop --noconfirm hyprlock" "yes" "no"
run_command "cp ~/simple-hyprland/configs/hypr/hyprlock.conf ~/.config/hypr/" "Copy hyprlock config" "yes" run_command "cp ~/simple-hyprland/configs/hypr/hyprlock.conf ~/.config/hypr/" "Copy hyprlock config" "yes"
run_command "yay -S hypridle" "yes" "no" run_command "yay -S --sudoloop --noconfirm hypridle" "yes" "no"
run_command "cp ~/simple-hyprland/configs/hypr/hypridle.conf ~/.config/hypr/" "Copy hypridle config" "yes" run_command "cp ~/simple-hyprland/configs/hypr/hypridle.conf ~/.config/hypr/" "Copy hypridle config" "yes"
run_command "yay -S wlogout" "yes" "no" run_command "yay -S --sudoloop --noconfirm wlogout" "yes" "no"
run_command "cp -r ~/simple-hyprland/configs/wlogout ~/.config/ && cp -r ~/simple-hyprland/assets/wlogout ~/.config/assets/ # copying assets" "Copy hypridle config" "yes" run_command "cp -r ~/simple-hyprland/configs/wlogout ~/.config/ && cp -r ~/simple-hyprland/assets/wlogout ~/.config/assets/ # copying assets" "Copy hypridle config" "yes"
run_command "yay -S grimblast" "yes" "no" run_command "yay -S --sudoloop --noconfirm grimblast" "yes" "no"