Skip to content

alacritty.org

A cross-platform, OpenGL terminal emulator.

Package Information

  • Domain: alacritty.org
  • Name: alacritty.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install alacritty

Programs

This package provides the following executable programs:

  • alacritty

Aliases

This package can also be accessed using these aliases:

  • alacritty

Available Versions

Show all 4 versions
  • 0.15.1, 0.15.0, 0.14.0, 0.13.2

Latest Version: 0.15.1

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +alacritty.org@0.15.1 -- $SHELL -i

Dependencies

This package depends on:

  • linux:freetype.org
  • linux:freedesktop.org/fontconfig

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.alacrittyorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.