added pacman scripts
This commit is contained in:
6
.local/share/scripts/pacman-install.sh
Executable file
6
.local/share/scripts/pacman-install.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
PKG=$(pacman -Slq | fzf --preview 'pacman -Si {1}')
|
||||
if [ -n "$PKG" ]; then
|
||||
sudo pacman -S "$PKG"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user