This website requires JavaScript.
Explore
Help
Sign In
wzykubek
/
.dotfiles
Watch
1
Star
0
Fork
0
You've already forked .dotfiles
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
.dotfiles
/
.local
/
bin
/
scripts
/
aur
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add 'pac' and 'aur' scripts for find packages
2020-05-10 19:40:39 +02:00
#!/bin/sh
Add 'shelp' script Also add simple description comment to all script.
2020-05-15 20:56:33 +02:00
# Menu with AUR packages.
Add 'pac' and 'aur' scripts for find packages
2020-05-10 19:40:39 +02:00
yay -Slq | fzf -m --preview 'yay -Si {1}' | yay -S -
Copy Permalink