Skip to content

Instantly share code, notes, and snippets.

View azemetre's full-sized avatar
🎯
Focusing on documentation

Aaron Zemetres azemetre

🎯
Focusing on documentation
View GitHub Profile
@azemetre
azemetre / ch.sh
Created June 22, 2022 11:00
tmux-cheat-sheet-script
#!/usr/bin/env bash
langs="
golang
nodejs
javascript
typescript
cpp
c
lua
@azemetre
azemetre / .env
Last active September 13, 2022 22:07
shieldbattery .env
# Sample Configuration File
# Copy this to a file named .env to change local development settings
# Password used for the postgres super user, used for database maintenance. This is only required if
# you're running the database dependency through Docker; otherwise you can ignore it.
POSTGRES_SUPER_PASSWORD=SuperSecureDefinitelyChangeThis
# Password used for the user connecting to the shieldbattery database. Has to match the one provided
# in the `DATABASE_URL`. This is only required if you're running the database dependency through
# Docker; otherwise you can ignore it.