OSX command 설정 관련 정리
iTerm2 설치
iTerm2 Download
- Custom 단축키 및 Script, 화면 분할 가능한 Mac terminal Tool
iTerm2 Theme 설정
- iTerm2 Color Theme Github 에서 다양한 Theme 선택 가능
- 원하는 Theme github 에서 Download!
- iTerm2 설정 > Profiles > Colors > Color Presets… 에서 Download 한
.itermcolors
파일 Import!
zsh 설치 및 설정
- zsh ? Mac 의 기본 Shell Script
설치
2. zsh
& oh-my-zsh
설치
- oh-my-zsh : zsh 설정 관리 Framework. git, homebrew, python 등 많은 Plugin 및 Theme 지원
3. zsh
Theme 변경
zsh
Plugins 설치
~/.oh-my-zsh/plugins
directory 하위에 원하는 plugin git repository 를 clone
~/.zshrc
의 plugins=()
에 Plugin 추가
zsh-syntax-highlighting
- Command highlighting 처리 Plugin
zsh-autosuggestions
- Command 자동 완성/제안 처리 Plugin
zsh Custom command 만들기
- 원하는 directory 이동 후,
ls -al
실행
vim
editor 설정
vim
color scheme 적용
1. awesome-vim-colorschemes
git clone 하기
2. ~/.vim
directory 생성, clone repository 의 colors
directory 이동
3. ~/.vimrc
file 추가 생성
ETC
Mac dock
사용중인 앱만 표시하는 방법