Clone this repository
git clone https://github.com/yihyunjoon/dotfiles.git
Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
On macOS
brew bundle
chsh -s `which zsh`
ln -s ~/dotfiles/.zshrc ~/.zshrc
Install vim-plug
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
ln -s ~/dotfiles/.vimrc ~/.config/nvim/init.vim