매일 회사에서 박혀서 하니까 회사 계정에서 쓰는 것만 쓰고 개인 레포는 거의 비어 있어서 최대한 개인것만 따로 할 수 있도록 mac북을 따로 하나 구매 했다
윈도우만 쓰다가 mac으로 옮겼으므로 처음 개발자가 쓰기 좋게 세팅을 먼저 진행!!
참고
https://itchallenger.tistory.com/376
https://subicura.com/2017/11/22/mac-os-development-environment-setup.html

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install --cask visual-studio-code


brew install --cask iterm2



git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
brew install fzf
brew install fasd


https://github.com/romkatv/powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
code ~/.zshrc











일단 이렇게 기본적인 세팅은 끝났다!!