mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
10 lines
196 B
Bash
Executable File
10 lines
196 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
yay ${1:-"-S --noconfirm"} hyprland-git \
|
|
hyprpaper-git \
|
|
hypridle-git \
|
|
hyprlock-git \
|
|
hyprlauncher-git \
|
|
xdg-desktop-portal-hyprland-git \
|
|
bc # used for some scripts.
|