A preservative fork of one of my new favorite new terminal emulators: Alacritty.
On macOS 10.13.1:
git clone https://github.com/vvkmnn/vTerminal.git
curl -sSf https://static.rust-lang.org/rustup.sh | sh
cd vterminal
git pull remote upstream
make app
cp -r target/release/osx/Alacritty.app /Applications/Installing the manual page depends on gzip:
sudo mkdir -p /usr/local/share/man/man1
gzip -c alacritty.man | sudo tee /usr/local/share/man/man1/alacritty.1.gz > /dev/nullFor zsh 5.4.2:
sudo cp alacritty-completions.zsh /usr/share/zsh/functions/Completion/X/_alacritty
alacritty.yml, required in any of the following paths:
$XDG_CONFIG_HOME/alacritty/alacritty.yml$XDG_CONFIG_HOME/alacritty.yml$HOME/.config/alacritty/alacritty.yml$HOME/.alacritty.yml
This one uses mine.