I hereby claim:
- I am chirayuk on github.
- I am chirayuk (https://keybase.io/chirayuk) on keybase.
- I have a public key whose fingerprint is B2E6 E629 ABA6 0019 AFD9 ADA3 2F95 BB13 8516 557D
To claim this, I am signing this object:
#!/usr/bin/env zsh | |
PREFIX=/usr/local | |
set -vxe | |
# Script for installing tmux and dependencies. | |
# tmux will be installed in /usr/local/lib by default. | |
# Prerequisites: - gcc |
I hereby claim:
To claim this, I am signing this object:
.myDiv { | |
padding:10px; | |
border:1px solid black; | |
background:white; | |
overflow: hidden; | |
} | |
.myDiv.ng-hide-add.ng-hide-add-active, | |
.myDiv.ng-hide-remove { | |
opacity: 0; |
# This is a modified version that supports tmux 1.5 so you can use tmux on Cloud9 IDE. | |
# https://gist.github.com/chirayuk/6084618 | |
# NOTE: The default TERM value under Cloud9 is set to vt100. This won't give | |
# you colors under tmux. Before running tmux, "export | |
# TERM=screen-256color" and then run tmux. If you already ran tmux | |
# before doing so, you can "tmux kill-server" to kill it and start a new | |
# one. | |
#nop# # https://gist.github.com/chirayuk/5377283 |
#!/bin/sh | |
# Ref: | |
# http://krypted.com/mac-os-x/lsregister-associating-file-types-in-mac-os-x/ | |
# http://apple.stackexchange.com/questions/7075/how-can-i-reinstall-an-application-that-the-mac-app-store-thinks-is-installed-al | |