This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/tt.sh

12 lines
137 B
Bash
Executable File

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