Closed 3-yuma-3 closed 1 year ago
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/<ユーザー名>/.zprofile
$ eval "$(/opt/homebrew/bin/brew shellenv)"
$ brew install cask
$ brew install --cask postma cloudcompare visual-studio-code firefox slack kindle qgis
$ brew install --cask stats intellij-idea-ce clipy rectangle
設定 > プライバシーとセキュリテイ
で許可する$ brew install tig jq pv asdf colima docker docker-compose
~/.zshrc
に下記追記. /opt/homebrew/opt/asdf/libexec/asdf.sh
$ exec $SHELL -l
$ mkdir -p ~/.docker/cli-plugins
$ ln -sfn /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
$ brew install --cask iterm2
.itermcolors
を importし、選択~/.zshrc
に下記2行を追記
export CLICOLOR=1
export TERM=xterm-256color
.zshrc
の backup を取っておく$ vim .zpreztorc
zstyle ':prezto:module:prompt' theme 'sorin'
- 上記の
sorin
の部分をpowerlevel10k
に変更- romkatv / powerlevel10k
.zshrc
の設定を戻すhttps://github.com/3-yuma-3/setup_tools/pull/24
mergeしたので閉じる