<aside> 💡 Last Update: 2022-09-02
</aside>
Touch ID 指紋登録
トラックパッド設定
※Karabiner-Elements やめてみる
キーリピートを有効に
defaults write -g ApplePressAndHoldEnabled -bool false
※要再起動
Fnキーでかな/英数モード切替をオフ 1.
Mission Control
3本指ドラッグ
Turnoff caps lock
.gitconfig alias
Dockを自動で格納
homebrew
brew install --cask google-japanese-ime
brew install --cask bettertouchtool
brew install --cask visual-studio-code
brew install --cask adobe-creative-cloud
brew install --cask notion
brew install --cask clipy
brew install starship
brew install fish
brew install nodenv
brew install yarn
azik
ssh key作成・登録
Fira
Fish
# M1 Mac
echo /opt/homebrew/bin/fish | sudo tee -a /etc/shells
chsh -s /opt/homebrew/bin/fish
if status is-interactive
# Commands to run in interactive sessions can go here
eval (/opt/homebrew/bin/brew shellenv)
starship init fish | source
end
{
"terminal.integrated.defaultProfile.osx": "fish",
}