wip
This commit is contained in:
parent
f6ea3c7adc
commit
237b14b009
1 changed files with 8 additions and 0 deletions
|
@ -350,6 +350,7 @@ __dep__() {
|
|||
"$filemgr"
|
||||
"$plexer"
|
||||
"neovim"
|
||||
"hyprland"
|
||||
"stow"
|
||||
"btop"
|
||||
"entr"
|
||||
|
@ -371,6 +372,13 @@ __dep__() {
|
|||
yazi)
|
||||
instPika yazi
|
||||
;;
|
||||
hyprland)
|
||||
if ! $arch; then
|
||||
instPika hyprland
|
||||
else
|
||||
_install hyprland hypridle hyprshot
|
||||
fi
|
||||
;;
|
||||
hyprpanel)
|
||||
if ! command_exists hyprpanel; then
|
||||
if arch; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue