Adds yazi as file selector
This commit is contained in:
parent
45b0d44136
commit
6fc6e0a224
3 changed files with 49 additions and 2 deletions
|
|
@ -1,6 +1,13 @@
|
|||
#!/bin/env sh
|
||||
|
||||
addApplications yazi p7zip jq poppler fd ripgrep fzf zoxide imagemagick fuse-archive zip \
|
||||
blobdrop-git ouch
|
||||
blobdrop-git ouch xdg-desktop-portal-termfilechooser-hunkyburrito-git
|
||||
|
||||
addActions "ya pack -i"
|
||||
setupYazi() {
|
||||
ya pack -i
|
||||
|
||||
systemctl --user restart xdg-desktop-portal-termfilechooser
|
||||
systemctl --user restart xdg-desktop-portal
|
||||
}
|
||||
|
||||
addActions setupYazi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue