tmux 설치
tmux 설정
tmux 초간단 사용법
tmux 단축키
* tmux 실행 - tmux new -s aws * tmux 에서 AWS 접속 - ssh -i 자기키.pem ubuntu@자신의AWS IP * tmux 세션 빠져나오기 - ctrl + b, d * tmux 로 AWS 세션 바로 접속하기 - tmux attach -t aws
brew install zsh sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" vim ~/.zshrc 이후 ZSH_THEME를 다음과 같이 변경: ZSH_THEME="agnoster" git clone https://github.com/zsh-users/zsh-syntax-highlighting.git echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc