Skip to content

Instantly share code, notes, and snippets.

View seotory's full-sized avatar

seotory seotory

  • Naver Finance Corp
  • Korea
View GitHub Profile
# root 권한획득
echo "$(whoami)"
[ "$UID" -eq 0 ] || exec sudo "$0" "$@"
# zsh
## zsh 교체
chsh -s `which zsh`
## oh-my-zsh setup
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"