FollieHiyuki-dotfiles/setup/tt.sh

12 lines
137 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2021-02-13 11:28:59 -05:00
# You need ncurses-devel
git clone https://github.com/runrin/tt.git
cd tt
2021-02-13 11:28:59 -05:00
make
chmod 755 tt
mv -fv tt ~/.local/bin/tt
2021-03-22 16:27:49 -04:00
cd ..