Programming

光速のターミナルAlacrittyを使う― Using Alacritty, a terminal at the speed of light.

World Administrator
2023年7月22日
3 分で読めます
Productivity Hacks
Photo by Juanjo Jaramillo / Unsplash

レスポンスがよく、かっこいいモダンなターミナル、Alacrittyを紹介します。

Alacritty - A cross-platform, OpenGL terminal emulator
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance.

Alacritty Homepage

GitHub - alacritty/alacritty: A cross-platform, OpenGL terminal emulator.
A cross-platform, OpenGL terminal emulator. Contribute to alacritty/alacritty development by creating an account on GitHub.

GtiHub Repository of Alacritty

AlacrittyはRustで開発されているターミナルエミュレーターです。GPUをつかい超高速な描画とレスポンス実現しています。

サクサク感は使ってみたらわかりますので、是非使ってみてください。

苛烈なターミナルエミュレーターの争い

ターミナルはエンジニアがかなりの時間眺めるツールの一つであるため、よいよいツールを皆が血眼になって探しています。

最近話題のものでも以下のようなものが上がります。

WezTerm - Wez’s Terminal Emulator
Wez’s Terminal Emulator

WezTerm Homepage

Tabby - a terminal for a more modern age
Tabby is a free and open source SSH, local and Telnet terminal with everything you’ll ever need.

Tabby Homepage

Hyper™
A terminal built on web technologies

Hyper Homepage

詳しくは以下の記事などを参考にしてください。

ターミナルエミュレータの沼を覗く - Qiita
TL;DRターミナルエミュレータ(一般にターミナル)アプリというとWindowsであればコマンドプロンプト、Macであればターミナルが初期設定で使えますよね。ターミナルエミュレータを調べ始めると…

Article about Terminal-Emulator

Windowsマシンへの導入

HomepageのInstallからダウンロードをしてください。

Alacritty - A cross-platform, OpenGL terminal emulator
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance.

Alacritty Homepage linking to download

Alacrittyは設定ファイルを自動で生成しません。何という玄人志向。

ということで、以下のようにフォルダーを新しく作ってください。

C:\Users\[Username]\AppData\Roaming\alacritty

設定ファイルalacritty.ymlもダウンロードしなければいけません。ただし、Alacrittyはバージョンによって記法が変わります。

正確に最新版を入手しましょう。

下のリンクはlatestのものです。

Release Alacritty Version 0.12.2 · alacritty/alacritty
Fixed Hyperlink preview not being shown when the terminal has exactly 2 lines Crash on Windows when changing display scale factor Freeze with some drivers when using GLX Crash when shrinking the t…

設定ファイルalacritty.ymlを入手したら、以下のように配置してください。

C:\Users[Username]\AppData\Roaming\alacritty\alacritty.yml

これで導入は終わりです。

各種設定は別記事で書きます。