Compare commits
2 Commits
72bac13ad8
...
f8169bfcb0
Author | SHA1 | Date | |
---|---|---|---|
|
f8169bfcb0 | ||
|
33295806e9 |
4
roles/dotfiles/files/fish/functions/cam.fish
Normal file
4
roles/dotfiles/files/fish/functions/cam.fish
Normal file
@ -0,0 +1,4 @@
|
||||
# Defined in - @ line 1
|
||||
function cam --wraps='gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0' --description 'alias cam=gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0'
|
||||
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 $argv;
|
||||
end
|
@ -18,8 +18,11 @@ augroup py
|
||||
autocmd FileType python nnoremap <F9> :Black<CR> :Isort <CR>
|
||||
augroup end
|
||||
augroup terraform
|
||||
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||
augroup end
|
||||
augroup sh
|
||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
augroup end
|
||||
|
||||
" vim-plug
|
||||
|
Loading…
x
Reference in New Issue
Block a user