Skip to content

Instantly share code, notes, and snippets.

View dominicsayers's full-sized avatar
☣️
I'm back

Dominic Sayers dominicsayers

☣️
I'm back
View GitHub Profile
@pikesley
pikesley / README.md
Last active December 20, 2022 22:45
Local Mastodon with `docker-compose`

!!! THIS NO LONGER WORKS, FUCK'S SAKE MASTODON !!!

Clone, patch, build containers

git clone https://github.com/mastodon/mastodon
cd mastodon
{ curl https://gist.githubusercontent.com/pikesley/f573e283d7c3724f7cb202e73e0f49ee/raw/4d25875d725ecc280ff671a3e5317308568d8d1c/hack.patch ; echo ; } | git apply -v --index # apply my patch
touch .env.production
docker compose build
@dominicsayers
dominicsayers / sublime-text-settings.js
Last active August 17, 2017 10:31
Sublime Text 3 personal settings
{
"folder_exclude_patterns": [".git", "coverage", "cache", "uploads"],
"binary_file_patterns":
[
"*/tmp/*",
"*/attachment/*",
"log/",
"coverage/",
"*/public/uploads/*",
"*/public/assets/*",
irb -rubygems -I lib -r foreplay.rb
@dominicsayers
dominicsayers / +++ zsh and bash configuration +++
Last active June 7, 2019 13:31
Dominic's bash & zsh shell config
Dominic's configuration files for `zsh` and `bash`