Skip to content

Instantly share code, notes, and snippets.

View morxa's full-sized avatar

Till Hofmann morxa

View GitHub Profile
@stklcode
stklcode / plexil.vim
Created November 28, 2018 11:36
VIM syntax definition for PLEXIL language. Place this file in your ~/.vim/syntax directory and add "au BufRead,BufNewFile *.ple set ft=plexil" to a second new file ~/.vim/ftdetect/plexil.vim
" Vim syntax file
" Language: PLEXIL
if exists("b:current_syntax")
finish
end
syn keyword pleBoolean true false
@craigafinch
craigafinch / gcs.service
Last active August 7, 2019 06:37
A systemd service to manage a Google Cloud Storage bucket mounted with GCSFuse
# https://github.com/GoogleCloudPlatform/gcsfuse
[Unit]
Description=Google Cloud Storage FUSE mounter
After=local-fs.target network-online.target google.service sys-fs-fuse-connections.mount
Before=shutdown.target
[Service]
Type=forking
User=apache