Skip to content

Instantly share code, notes, and snippets.

View alex-paterson's full-sized avatar

Alexander Paterson alex-paterson

View GitHub Profile
mkdir -p ~/.alexs_dope_scripts 2>/dev/null;
curl -o- https://gist.githubusercontent.com/alex-paterson/7757b4e8bc34f9adaea6a609e54e80de/raw/ca9a843124716a75b72752e8636f06889668358f/turn_into_male_fantasy_meme.sh > ~/.alexs_dope_scripts/turn_into_male_fantasy_meme;
ln -s -f ~/.alexs_dope_scripts/turn_into_male_fantasy_meme /usr/local/bin 2>/dev/null;
chmod +x ~/.alexs_dope_scripts/turn_into_male_fantasy_meme 2>/dev/null;
#!/bin/bash -l
hash brew 2>/dev/null || {
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
}
hash ffmpeg 2>/dev/null || {
brew install ffmpeg --with-libvpx
}