mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
12 lines
140 B
Bash
Executable File
12 lines
140 B
Bash
Executable File
#!/bin/sh -e
|
|
|
|
# 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 ..
|