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?

More than 1 year has passed since last update.

M1 Mac届いたのでセッティングの備忘録を残す

Last updated at Posted at 2022-11-02
  • 来月(今2022/10)M2 Proチップの発売がされたらProの値段上がりそうだよと旦那に言われて買う
  • 整備品で買ったから5万くらい安く済んだ
  • けど、キーボード配列が選べない。久しぶりの日本語配列。(貧乏人は黙って日本語配列)

トラックパッドの設定

インストール

  • Chrome
  • 1Password
  • PyCharm
  • Visual Studio Code

homebrew

==> Next steps:
- Run these three commands in your terminal to add Homebrew to your PATH:
    echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/nakarun/.zprofile
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/nakarun/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
- Run brew help to get started
- Further documentation:
    https://docs.brew.sh

% echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/nakarun/.zprofile
% echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/nakarun/.zprofile
% eval "$(/opt/homebrew/bin/brew shellenv)"

% brew --version
Homebrew 3.6.8
Homebrew/homebrew-core (git revision e233c36c6c6; last commit 2022-11-02)

brew doctor

% brew doctor
Warning: Git could not be found in your PATH.
Homebrew uses Git for several internal functions, and some formulae use Git
checkouts instead of stable tarballs. You may want to install Git:
  brew install git

Warning: No developer tools installed.
Install the Command Line Tools:
  xcode-select --install
% xcode-select --install
% brew install git

pyenv

% brew install pyenv
% echo 'eval "$(pyenv init --path)"' >> ~/.zshrc
% pyenv install --list
% pyenv install 3.10.7
WARNING: The Python lzma extension was not compiled. Missing the lzma lib?
Installed Python-3.10.7 to /Users/nakarun/.pyenv/versions/3.10.7

JetBrains ToolBox

PyCharm

% pip3 install pipenv
% echo 'export PATH="$PATH:/Users/nakarun/Library/Python/3.9/bin"' >> ~/.zshrc
% source ~/.zshrc

Visual Studio Code

Chromeの拡張機能

Amazon

引き続き更新する

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?