1
0
mirror of https://git.disroot.org/FollieHiyuki/dotfiles.git synced 2025-02-25 13:59:32 -05:00
2021-10-17 21:47:48 +07:00

13 lines
146 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
cd ..