PC macOS [macOS] Zsh 自動補完プラグインをインストールする

概要

macOS で zsh-autosuggestions プラグインをインストールする方法をまとめる。

手順

1. Oh-My-Zsh のプラグインフォルダに移動する

cd ~/.oh-my-zsh/custom/plugins

2. プラグインリポジトリをクローンする

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions

3. ~/.zshrc の plugins に zsh-autosuggestions を追加する

plugins=(
    # other plugins...
    zsh-autosuggestions
)

参考

担当者:

企画
binaryloader
リサーチ
binaryloader
下書き
binaryloader
編集
binaryloader
レビュー
binaryloader
翻訳
Claude
サムネイル
Claude
公開
binaryloader

コメントする