14 lines
357 B
Bash
Executable file
14 lines
357 B
Bash
Executable file
#!/bin/env sh
|
|
|
|
addApplications yazi p7zip jq poppler fd ripgrep fzf zoxide imagemagick fuse-archive zip \
|
|
blobdrop-git ouch xdg-desktop-portal-termfilechooser-hunkyburrito-git \
|
|
gvfs gvfs-smb
|
|
|
|
setupYazi() {
|
|
ya pack -i
|
|
|
|
systemctl --user restart xdg-desktop-portal-termfilechooser
|
|
systemctl --user restart xdg-desktop-portal
|
|
}
|
|
|
|
addActions setupYazi
|