- 来月(今2022/10)M2 Proチップの発売がされたらProの値段上がりそうだよと旦那に言われて買う
- 整備品で買ったから5万くらい安く済んだ
- けど、キーボード配列が選べない。久しぶりの日本語配列。(貧乏人は黙って日本語配列)
トラックパッドの設定
インストール
- Chrome
- 1Password
- PyCharm
- Visual Studio Code
homebrew
- https://brew.sh/index_ja
- install command叩く
==> 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
-
Pipenv executorの指定が必要なくなる
-
Tool bar > Help > Edit Custom VM options
- ヒープサイズ 2048mb に設定
-
Extentions
Visual Studio Code
Chromeの拡張機能
Amazon
引き続き更新する