Skip to content

lucaslollobrigida/st

Repository files navigation

st - simple terminal

This is my fork of st with some patches that I choose for convenience.

Building

Nix

nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'

Source

make st
# or build and move the binary to your system's PATH
make install