## 概要
ターミナルに関するスライド作成中に、`.zshrc` のパートでファイルを整理していたら、想像以上に必要なさそうな設定が多かったので整理していた。その途中に [[zsh-autocomplete]] の設定を知って試してみたくなった。
<div class="link-card-v2">
<div class="link-card-v2-site">
<img class="link-card-v2-site-icon" src="https://github.githubassets.com/favicons/favicon.svg" />
<span class="link-card-v2-site-name">GitHub</span>
</div>
<div class="link-card-v2-title">
GitHub - marlonrichert/zsh-autocomplete: 🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
</div>
<div class="link-card-v2-content">
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion. - marlonrichert/zsh-au ...
</div>
<img class="link-card-v2-image" src="https://opengraph.githubassets.com/5838dd912d58c2fcd567d9410267f9213ed21295c1b19a9cf46919258f0f7c65/marlonrichert/zsh-autocomplete" />
<a href="https://github.com/marlonrichert/zsh-autocomplete"></a>
</div>
[[zsh-autosuggestions]]の代替にもなるかも気になっている。
## インストール
```console
git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git
```
README通りに設定したけど、動く気配がないのでやめた。。