Mac의 초기 설정(2020년)
자신의 필기
Homebrew ( https://brew.sh/index_ja )
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Git(defalult installed)
$ brew install git
zsh(Catallina 기본값으로 zsh?defalult installe)
$ brew install zsh
Prezto ( https://github.com/sorin-ionescu/prezto )
$ zsh
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
# Create a new Zsh configuration by copying the Zsh configuration files provided:
$ setopt EXTENDED_GLOB
for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do
ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}"
done
$ chsh -s /bin/zsh
PlantUML
brew install graphviz
brew install plantuml
vscode & hyper & github CLI & docker
$ brew cask install visual-studio-code
$ brew cask install hyper
$ brew install github/gh/gh
$ brew cask install docker
기본적으로 장소를 더럽히지 않기 위해 Docker에서 개발해야 한다Reference
이 문제에 관하여(Mac의 초기 설정(2020년)), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/chilitreat/articles/1eb85e73a4f65a0a25fa텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)