/dotfiles

.files, including ~/.osx — sensible hacker defaults for OS X

Primary LanguageVim Script

Ohgyun's dotfiles.

Install on new mac

# 맥 기본 쉘을 zsh로 설정
$ chsh -s /bin/zsh

# 주요 설정 설치 (git, zsh, oh-my-zsh, ...)
$ ./install.sh

# 동기화
$ ./sync.sh && source ~/.zshrc

추가 설정

  • .aliases
  • .functions

동기화

$ ./sync.sh