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에서 개발해야 한다
  • 좋은 웹페이지 즐겨찾기