0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Macbook Proの環境構築

Last updated at Posted at 2025-02-13

はじめに

自分用の記録として書いてます

設定

スクロール:
Accessibility>Pointer Control>Trackpad Options>Scroll speed
image.png

トラッキングスピード
Trackpad>Point & Click>Tracking speed

クリックの強さ
Trackpad>Point & Click>Click

ブラウザバック
Trackpad>More Gestures>Swipe between pages

スクリーンの移動
Trackpad>More Gestures>Swipe between full-screen applications

Homebrew

Homebrewは、Macでのソフトウェアインストールを簡単にするパッケージマネージャです。

インストールコマンド:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

パスの設定:

echo >> /Users/[ユーザー名]/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/[ユーザー名]/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"

ソフトウェア

  • git
  • slack
  • discord
  • microsoft-teams
  • powerpoint
  • word
  • outlook
  • excel
  • zoom
  • windsurf
  • rectangle
  • Arc
  • Notion Calendar
  • AWS CLI
  • MySQL Workbench
brew install git
brew install slack
brew install --cask discord
brew install microsoft-teams
brew install --cask microsoft-powerpoint
brew install --cask microsoft-excel
brew install --cask microsoft-word
brew install --cask microsoft-outlook
brew install zoom
brew install --cask windsurf
brew install --cask rectangle
brew install --cask arc
brew install --cask notion-calendar
brew install awscli
brew install --cask mysqlworkbench
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?