lbrayner / foot-terminal-jammy

Build foot on Ubuntu 22.04 (Jammy Jellyfish)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build foot:

docker build -t foot-terminal-jammy .

Install foot:

docker run -it --rm -v /:/destdir foot-terminal-jammy bash -c \
    'cd /foot && DESTDIR=/destdir meson install -C build'
sudo ln -s /usr/local/share/terminfo/f /etc/terminfo

Neovim requires that VTE_VERSION be set to 6800:

export VTE_VERSION=6800

You can, alternatively, set TERM to st-265color and not worry about VTE_VERSION, and everything seems to work just fine.

About

Build foot on Ubuntu 22.04 (Jammy Jellyfish)


Languages

Language:Dockerfile 100.0%