Skip to content

Instantly share code, notes, and snippets.

View metaVariable's full-sized avatar

Kento Aoyama metaVariable

View GitHub Profile
@metaVariable
metaVariable / Dockerfile_ghostz_gpu_cuda8devel
Last active March 12, 2018 07:01
Dockerfile: ghostz-gpu + cuda 8.0
FROM nvidia/cuda:8.0-devel
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
wget \
make \
g++ \
git \
ca-certificates \
libboost-dev \
@metaVariable
metaVariable / .tmux.conf
Last active July 19, 2017 07:03
Auto-setup script for local tmux2.3
# for config load
# wget -P $HOME -N https://gist.githubusercontent.com/metaVariable/71a32abc63ad2770997f66361db86810/raw/294b8d122731a5962f701b3f537213c8023931ab/.tmux.conf
# prefixキーをC-aに変更する
set -g prefix C-a
# C-bのキーバインドを解除する
unbind C-b
# キーストロークのディレイを減らす