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?

【備忘録】Macのセットアップ

Posted at

久しぶりに個人用のMacを新調したため、設定を引き継がずに綺麗な状態からセットアップしてみた

OS設定まわり

  1. ナチュラルなスクロールを解除

ナチュラルなスクロールにあまり慣れていないため

アプリ

  1. Chrome
  2. FireFox
  3. Ollama

エディタ周り

  1. VSCode
  2. Cursor
  3. Windsurf
  4. Obsidian
  5. [!] Xcode

Xcodeも入れるが、後述のXcodesでinstallする

VSCode拡張

  1. 日本語
  2. Python
  3. GitHub Copilot
  4. Gemini Code Assist
  5. Markdown

ツール/コマンド周り

  1. brew
    1. asdf
    2. git
    3. GitHub CLI
    4. pipx
    5. Xcodes (cask)
    6. CopilotForXcode(cask)
  2. asdf
    1. nodejs
    2. Python
    3. Ruby
  3. pipx
    1. uv
  4. npm
    1. Claude Code

コンテナ周り

競合するので、以下のいずれか

  • Docker Desktop(個人PC)
  • Podman Desktop (会社PC)
  • Rancher Desktop
  • 会社だとライセンスの関係上、Podman Desktopを使ってる。Podmanの理由は人柱になるため
  • 個人PCだと気にしなくても良いので、Docker Desktopを使う

エイリアス設定

alias reload='exec $SHELL -l'
alias ll='ls -al'
alias ls='ls -GF'
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?