Adding imagemagick, adding script to take webcam photo and upload to website. Adding vimperatorrc
parent
7fb0086e02
commit
8518041bc1
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
while [ 1 ];
|
||||||
|
do
|
||||||
|
imagesnap - | convert - -resize "50%" jpeg:- | ssh dustinswan@dustinswan.org "cat > /srv/http/dustinswan.org/dustin.jpg"
|
||||||
|
sleep 10;
|
||||||
|
done
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
:ignorekeys add mail\.google\.com
|
||||||
|
:ignorekeys add google\.com/calendar
|
||||||
|
:ignorekeys add feedly\.com
|
Loading…
Reference in New Issue