★★(編集中: ストップ) 新しいMac Book Proでやることリスト

qiita.com

qiita.com

A1) ESETの導入

A2.) Xcodeのインストール

A3) デフォルトシェルの変更

  • $SHELLで確認
  • chshで変更

Unixのシステムで通常使われる方法です 現在使っているログインシェルの絶対パスは $SHELLという環境変数に入っています。

$ echo $SHELL
/bin/bash


$ chsh -s /bin/zsh

4) Chrome, VSCode, Slack, Zoomのインストール

4-1) VSCode

[User]@[Host] ~ $ brew cask visual-studio-code
Error: Unknown command: cask


[User]@[Host] ~ $ brew install --cask visual-studio-code

==> Downloading https://update.code.visualstudio.com/1.56.2/darwin/stable
==> Downloading from https://az764295.vo.msecnd.net/stable/054a9295330880ed74cea
######################################################################## 100.0%
==> Installing Cask visual-studio-code
==> Moving App 'Visual Studio Code.app' to '/Applications/Visual Studio Code.app
==> Linking Binary 'code' to '/usr/local/bin/code'
🍺  visual-studio-code was successfully installed!

[User]@[Host] ~ $

5. ターミナルの変更

vdeep.net

# フォント
## ricty
brew tap sanemat/font
brew install Caskroom/cask/xquartz
brew install ricty

cp -f /usr/local/opt/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
fc-cache -vf

詳細はURL:

★★新しいMac Book Proでやることリスト - noel-ingenieur

[User]@[Host] ~ % brew tap sanemat/font

[User]@[Host] ~ % brew install Caskroom/cask/xquartz

🍺  xquartz was successfully installed!

[User]@[Host] ~ $ brew install ricty


***************************************************
==> Summary
🍺  /usr/local/Cellar/ricty/4.1.1: 10 files, 27MB, built in 4 minutes 59 seconds
==> Caveats
==> ricty
***************************************************
Generated files:
  /usr/local/opt/ricty/share/fonts/RictyDiscord-Regular.ttf
      /usr/local/opt/ricty/share/fonts/Ricty-Oblique.ttf
      /usr/local/opt/ricty/share/fonts/Ricty-Bold.ttf
      /usr/local/opt/ricty/share/fonts/RictyDiscord-Oblique.ttf
      /usr/local/opt/ricty/share/fonts/Ricty-Regular.ttf
      /usr/local/opt/ricty/share/fonts/Ricty-BoldOblique.ttf
      /usr/local/opt/ricty/share/fonts/RictyDiscord-Bold.ttf
      /usr/local/opt/ricty/share/fonts/RictyDiscord-BoldOblique.ttf
***************************************************
To install Ricty:
  $ cp -f /usr/local/opt/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
  $ fc-cache -vf
***************************************************

[User]@[Host] ~ $ 
[User]@[Host] ~ $ cp -f /usr/local/opt/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
[User]@[Host] ~ $ fc-cache -vf

/Users/[User]/.cache/fontconfig: not cleaning non-existent cache directory
/Users/[User]/.fontconfig: not cleaning non-existent cache directory
fc-cache: succeeded

[User]@[Host] ~ $ 

6 Dockの位置変更

7 Homebrewのインストール

A8 デフォルトログインシェルの確認

9


B1) Dockerのインストール

qiita.com

$ brew install docker

==> Caveats
Bash completion has been installed to:
  /usr/local/etc/bash_completion.d
==> Summary
🍺  /usr/local/Cellar/docker/20.10.7: 12 files, 58.9MB


$ brew install --cask docker

$ docker -v
Docker version 20.10.7, build f0df35096d