move to stow

This commit is contained in:
Hactarus 2022-09-02 00:51:24 +02:00
parent 20f5b85263
commit 149e55fc05
40 changed files with 2730 additions and 622 deletions

1
vim/.vim/filetype.vim Normal file
View file

@ -0,0 +1 @@
au BufRead,BufNewFile /etc/nginx/*,/usr/local/nginx/conf/* if &ft == '' | setfiletype nginx | endif