gmid/contrib/README

24 lines
469 B
Plaintext
Raw Normal View History

2021-07-11 17:44:44 +02:00
This directory is for additional contributed files which may be
useful.
2021-07-11 20:43:24 +02:00
Dockerfile
Sample Dockerfile to build alpine-based gmid images.
2021-07-13 11:12:20 +02:00
gmid
Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.
2021-07-11 17:44:44 +02:00
gmid.service
Simple systemd service file.
2021-07-11 14:14:04 +02:00
vim
Syntax highlighting of gmid configuration for vim, to be
placed into ~/.vim/ or /usr/share/vim/vimfiles/.
To enable Syntastic checker, put this line in your vimrc:
let g:syntastic_gmid_checkers = ['gmid']