Add description
parent
2e353fe4a8
commit
3280f9f89b
|
@ -1,3 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Tiny AUR clone helper
|
||||
# aurpac <package-name>
|
||||
|
||||
git clone "https://aur.archlinux.org/$1.git"
|
||||
|
|
2
.bin/cam
2
.bin/cam
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Open webcam window
|
||||
|
||||
ffplay -f v4l2 -s 640x480 -i /dev/video0 >/dev/null 2>&1 & disown
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Tiny Vim update helper
|
||||
|
||||
vim +PlugUpgrade +PlugUpdate +CocUpdate
|
||||
|
|
Loading…
Reference in New Issue