This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Next Typescript React Functional Component": { | |
"prefix": "fc", | |
"body": [ | |
"import { FC } from 'react';", | |
"", | |
"interface ${TM_FILENAME_BASE}Props {", | |
" $1", | |
"}", | |
"", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from https://forums.aws.amazon.com/thread.jspa?messageID=332091 | |
# And https://gist.github.com/rainabba/07425c3bc14a0bb51632f12e913d9081 | |
# | |
# Usage: `sudo bash ./install_ffmpeg.sh` | |
# Config Variables | |
static_host=https://johnvansickle.com/ffmpeg/builds/ffmpeg-git-64bit-static.tar.xz | |
filename=ffmpeg-git-64bit-static.tar.xz | |