filp to plug and vimfiler

This commit is contained in:
Barak Michener 2017-09-19 11:16:15 -07:00
parent bcb6cfdd44
commit 628a3926d7
5 changed files with 2581 additions and 261 deletions

4
bin/pk
View file

@ -2,7 +2,7 @@
search () {
shift
if which pacman >/dev/null; then
pacman -Ss $1 || aurget -Ss $1
pacman -Ss $1 || yay -Ss $1
elif which port >/dev/null; then
port search $1
elif which portmaster >/dev/null; then
@ -31,7 +31,7 @@ update () {
install () {
shift
if which pacman >/dev/null; then
sudo pacman -S $* || aurget -S $*
sudo pacman -S $* || yay -S $*
elif which port >/dev/null; then
sudo port install $*
elif which portmaster >/dev/null; then