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
Raw Permalink Normal View History

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