I hereby claim:
- I am csi-lk on github.
- I am csilk (https://keybase.io/csilk) on keybase.
- I have a public key ASBHeFbFOr4FpZzDF2ZhxyA-waqdaQAhA8CcxTE65yQaSgo
To claim this, I am signing this object:
# Colors and formatting | |
# -------------------------------------------------------------------- | |
grey() { | |
printf "\e[0;90m$1\e[0m" | |
} | |
green() { | |
printf "\e[0;32m$1\e[0m" | |
} |
I hereby claim:
To claim this, I am signing this object:
// Callum Silcock's config for Marta | |
{ | |
"environment": { | |
"terminal": "iTerm", | |
"textEditor": "Visual Studio Code" | |
}, | |
"behavior": { | |
"theme": "Kon", | |
"controlStyle": "fromTheme", |
const countries = [ | |
{ value: 'AF', label: 'Afghanistan' }, | |
{ value: 'AX', label: 'Åland Islands' }, | |
{ value: 'AL', label: 'Albania' }, | |
{ value: 'DZ', label: 'Algeria' }, | |
{ value: 'AS', label: 'American Samoa' }, | |
{ value: 'AD', label: 'Andorra' }, | |
{ value: 'AO', label: 'Angola' }, | |
{ value: 'AI', label: 'Anguilla' }, | |
{ value: 'AQ', label: 'Antarctica' }, |
Couldn't find an easy link for this so:
Lovingly stolen from - http://stackoverflow.com/a/25629357
Run
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl
#https://www.vultr.com/docs/setup-nginx-rtmp-on-ubuntu-14-04 | |
apt-get install -y build-essential libpcre3 libpcre3-dev libssl-dev unzip software-properties-common | |
mkdir /usr/build | |
#Download the Nginx and Nginx-RTMP source. | |
wget http://nginx.org/download/nginx-1.7.8.tar.gz | |
wget https://github.com/arut/nginx-rtmp-module/archive/master.zip | |
#Extract the Nginx and Nginx-RTMP source. | |
tar -zxvf nginx-1.7.8.tar.gz | |
unzip master.zip | |
#Switch to the Nginx directory. |