Skip to content

Instantly share code, notes, and snippets.

View Michael-Brooks's full-sized avatar
🤓
Geeking out

Michael Brooks Michael-Brooks

🤓
Geeking out
View GitHub Profile
#! /bin/bash
# streaming on Ubuntu via ffmpeg.
# see http://ubuntuguide.org/wiki/Screencasts for full documentation
# see http://www.thegameengine.org/miscellaneous/streaming-twitch-tv-ubuntu/
# for instructions on how to use this gist
if [ ! -f ~/.twitch_key ]; then
echo "Error: Could not find file: ~/.twitch_key"
echo "Please create this file and copy past your stream key into it. Open this script for more details."

Oh my zsh.

Install with curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Enabling Plugins (zsh-autosuggestions & zsh-syntax-highlighting)

  • Download zsh-autosuggestions by
@MWins
MWins / best-design-resources.md
Last active January 15, 2023 09:15
Best Web Design Resources
@socheatsok78
socheatsok78 / README.md
Last active March 29, 2019 03:18
PWA with Laravel Mix, Webpack and Service Worker caching strategies
@phcostabh
phcostabh / event_sourcing_and_laravel.md
Last active August 6, 2019 10:49 — forked from scazz/event_sourcing_and_laravel.md
Event Sourcing, CQRS and Laravel
<style> blockquote { border: 1px solid #dddddd; border-radius: 5px; box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); margin-bottom: 1.36363636em; padding: 0; } blockquote > code {