Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am entyo on github.
  • I am e_ntyo (https://keybase.io/e_ntyo) on keybase.
  • I have a public key whose fingerprint is 8D45 11F1 B472 A4FC C646 3AE4 4E64 918E B22C 41FA

To claim this, I am signing this object:

@entyo
entyo / bosyu.md
Last active July 1, 2019 13:45
TypeScriptを書くので、茨城県つくば市周辺に住まわせてください!!!

tl; dr

私をプログラマとしてこき使う代わりに、つくば市周辺の居住地を提供してくれる企業様を募集いたします。

なぜ?

来年度から茨城県つくば市の大学に通う予定のためです。

だれ?

-- Use analog synth & pico s mainly, high BPS, cool beat
bps(140/60)
let inverse 1 = 0
inverse 0 = 1
in
do
let pat = "[1 0 0 1 0 0 1 0]"
d1 $ gain pat # s "super808:3"
d2 $ gain (inverse <$> pat) # s "superclap"
@entyo
entyo / .vimrc
Last active March 13, 2018 03:35
.vimrc
" 色づけを on にする
set t_Co=256
syntax on
" ハイライトサーチを有効にする
set hlsearch
" 大文字小文字を区別しない(検索時)
set ignorecase
" ただし大文字を含んでいた場合は大文字小文字を区別する(検索時)
set smartcase
@entyo
entyo / .zshrc
Last active January 27, 2018 13:00
.zshrc
# Source Prezto.
if [[ -s "${ZDOTDIR:-$HOME}/.zprezto/init.zsh" ]]; then
source "${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
fi
# zsh起動時にtmux起動
[[ -z "$TMUX" && ! -z "$PS1" ]] && exec tmux
# ranger
alias ranger='TERM=xterm-256color ranger' # To use solarized theme :(
@entyo
entyo / .tmux.conf
Last active January 22, 2018 05:20
viモード
set-window-option -g mode-keys vi
#y and p as in vim
bind p paste-buffer
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
bind-key -T copy-mode-vi 'r' send-keys -X rectangle-toggle
bind-key -T copy-mode-vi 'Space' send-keys -X halfpage-down
bind-key -T copy-mode-vi 'Bspace' send-keys -X halfpage-up
bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i'
@entyo
entyo / .zpreztorc
Last active January 22, 2018 05:11
.zpreztorc
#
# Sets Prezto options.
#
# Authors:
# Sorin Ionescu <sorin.ionescu@gmail.com>
#
#
# General
#
Pbind(
\instrument, \kick2,
\amp, 0.7,
\dur, Pseq([0.5].collect(adjustDur), KICK2_NOTES_N)
).play;
Pbind(
\instrument, \snare,
\out, 0,
\freq, 1000,
@entyo
entyo / .zprofile
Last active October 1, 2017 08:41
if [[ -z "$LANG" ]]; then
export LANG='en_US.UTF-8'
fi
#
# Paths
#
# Ensure path arrays do not contain duplicates.
typeset -gU cdpath fpath mailpath path