FollieHiyuki-dotfiles/setup/tt.sh
2021-02-25 15:37:39 +03:00

11 lines
139 B
Bash
Executable File

#!/bin/sh
# You need ncurses-devel
git clone https://github.com/runrin/tt.git
cd tt || exit
make
chmod 755 tt
mv -fv tt ~/.local/bin/tt