Prerequisites
Command Line Tool
xcode-select --install
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(Optional)Prezto
git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
Installation
git clone https://github.com/yikeda6616/dotfiles ~/.dotfiles &&
ln -s ~/.dotfiles/.gitconfig ~ &&
ln -s ~/.dotfiles/.zshrc ~ &&
ln -s ~/.dotfiles/.zpreztorc ~ &&
ln -s ~/.dotfiles/.vimrc ~ &&
brew bundle --file '~/.dotfiles/Brewfile'
Maintain
brew bundle dump
Terminal Setup
Zsh Framework - sorin-ionescu/prezto
iTerm2 Color Theme - Arc0re/Iceberg-iTerm2
Node.js Setup
Node.js Version Management - tj/n
Package Manager Manager - antfu/ni