<aside> 💡 Last Update: 2022-09-02

</aside>

  1. Touch ID 指紋登録

  2. トラックパッド設定

    Untitled

  3. 英かな

    ※Karabiner-Elements やめてみる

  4. キーリピートを有効に

    defaults write -g ApplePressAndHoldEnabled -bool false
    

    ※要再起動

  5. Fnキーでかな/英数モード切替をオフ 1.

    Untitled

  6. Mission Control

    1. 自動並べ替えオフなど
    2. キーボードショートカットなくす

Untitled

  1. 3本指ドラッグ

    Untitled

  2. Turnoff caps lock

Untitled

  1. .gitconfig alias

    .gitconfig

  2. Dockを自動で格納

  3. 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
    
  4. azik

  5. ssh key作成・登録

  6. Fira

  7. 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",
    }
    

TODO