Merge branch 'master' of ssh://github.com/dustinswan/dotfiles
commit
f01850f3a6
@ -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,7 @@
|
|||||||
|
ignorekeys add mail\.google\.com
|
||||||
|
ignorekeys add google\.com/calendar
|
||||||
|
ignorekeys add docs\.google\.com
|
||||||
|
ignorekeys add feedly\.com
|
||||||
|
|
||||||
|
set gui = nonavigation
|
||||||
|
set editor='bash -lc "mvim -f \$*" mvim'
|
Loading…
Reference in New Issue