Skip to content

Instantly share code, notes, and snippets.

View yutarot's full-sized avatar
:octocat:
nyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan

Yutaro Takei yutarot

:octocat:
nyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaan
View GitHub Profile
tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/cask-versions"
tap "homebrew/core"
tap "homebrew/services"
brew "ant"
brew "awscli"
brew "bat"
brew "docker-machine-driver-hyperkit"
brew "exa"
@yutarot
yutarot / applications-for-android.md
Last active September 17, 2018 12:56
Android端末を買ったらインストールするもの。随時更新
@yutarot
yutarot / applications-for-mac.md
Last active January 29, 2019 04:30
新しいMacが届いたらインストールするもの。随時更新
export PATH="/usr/local/bin:$PATH"
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
export PATH="~/.local/bin:$HOME/.pyenv/shims:$PATH"
export GPG_TTY=$(tty)
export LC_CTYPE=ja_JP.UTF-8
source ~/.git-completion.bash
# commamnd aliases
alias ll='ls -l'
alias rm='rm -i'
alias vi='vim'
alias matrixx='LC_ALL=C tr -c "[:digit:]" " " < /dev/urandom | dd cbs=$COLUMNS conv=unblock | GREP_COLOR="1;32" grep --color "[^ ]"'
alias matrix='echo -e "1"; while $t; do for i in `seq 1 30`;do r="$[($RANDOM % 2)]";h="$[($RANDOM % 4)]";if [ $h -eq 1 ]; then v="0 $r";else v="1 $r";fi;v2="$v2 $v";done;echo -e $v2;v2="";done;'
# for git
@yutarot
yutarot / .gitconfig
Last active March 29, 2018 12:39
for Mac.
[user]
#name =
#email =
#signingkey =
[core]
#excludesfile = /Users/{userName}/.gitignore_global
[mergetool "sourcetree"]
cmd = /usr/local/bin/meld $LOCAL $MERGED $REMOTE
trustExitCode = true
[difftool "sourcetree"]

Keybase proof

I hereby claim:

  • I am yutarot on github.
  • I am yutarot (https://keybase.io/yutarot) on keybase.
  • I have a public key ASAVYTrz5UdTY2zs1Syp-Tj0CBdJr1eqCXxMXjE4aW4t1Qo

To claim this, I am signing this object:

@yutarot
yutarot / .vimrc
Last active July 10, 2018 17:07
.vimrc for my environment. Basically I prefer minimal configurations so that I can use it for more environments.
"" Display
set title
set number
set showcmd
set showmode
set laststatus=2
set statusline+=%{matchstr(hostname(),'\\w\\+')}@
set statusline+=%<%F
set statusline+=%m
set statusline+=%r