Skip to content

Instantly share code, notes, and snippets.

View eXaminator's full-sized avatar

Steven Weingärtner eXaminator

View GitHub Profile
version: "3.8"
services:
database:
env_file:
- secrets.env
image: postgres:12
environment:
POSTGRES_DB: directus
POSTGRES_USER: directus
Process: Syrinscape [1317]
Path: /Applications/Syrinscape.app/Contents/MacOS/Syrinscape
Identifier: unity.Syrinscape.Syrinscape Fantasy Player
Version: Unity Player version 4.7.0f1 (4.7.0f1)
Code Type: X86 (Native)
Parent Process: ??? [1]
Responsible: Syrinscape [1317]
User ID: 54836196
Date/Time: 2016-08-18 20:52:56.770 +0200
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->