FollieHiyuki-dotfiles/setup/tt.sh

11 lines
139 B
Bash
Raw Normal View History

2021-02-13 11:28:59 -05:00
#!/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