3-yuma-3 / setup_tools

0 stars 0 forks source link

macでの環境構築 #23

Closed 3-yuma-3 closed 1 year ago

3-yuma-3 commented 1 year ago
3-yuma-3 commented 1 year ago

homebrew, caskのinstall

3-yuma-3 commented 1 year ago

homebrewで色々install

  1. $ brew install --cask postma cloudcompare visual-studio-code firefox slack kindle qgis
  2. $ brew install --cask stats intellij-idea-ce clipy rectangle
    • stats: menu bar に cpu, memoryなど表示する
    • shiftit: windows風に画面分割できるようにする
    • intellij-idea-ce: intellij communication edition を install する
    • clipy: clip boardに複数記録できるようにする
    • rectangle: 画面分割アプリ
    • qgis: 設定 > プライバシーとセキュリテイ で許可する
  3. $ brew install tig jq pv asdf colima docker docker-compose
    • asdf関連.
      • ~/.zshrc に下記追記
      • . /opt/homebrew/opt/asdf/libexec/asdf.sh
      • $ exec $SHELL -l
    • docker compose関連.
      • $ mkdir -p ~/.docker/cli-plugins
      • $ ln -sfn /opt/homebrew/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose
  4. $ brew install --cask iterm2
3-yuma-3 commented 1 year ago

iterm2の設定

  1. Profiles > Colors > Color Presets
  2. Profiles > Window > Window Appearance > Transparency
    • windowの透過率を変更
  3. Profiles > Window > Settings for New Windows
    • 新しいsessionを開いた時のwindowsのsizeを変更
  4. ~/.zshrc に下記2行を追記
    • export CLICOLOR=1
      export TERM=xterm-256color

zshの設定

  1. .zshrc の backup を取っておく
  2. sorin-ionescu / prezto
  3. $ vim .zpreztorc
  4. zstyle ':prezto:module:prompt' theme 'sorin'

  5. itermを再起動して対話形式で設定をしていく
  6. 設定が終わったら backup を取っておいた .zshrc の設定を戻す
3-yuma-3 commented 1 year ago

https://github.com/3-yuma-3/setup_tools/pull/24

mergeしたので閉じる