FollieHiyuki-dotfiles/setup/tt.sh
FollieHiyuki 359cc044b2
neovim + chore
neovim: lsp: add ansiblels
chore: cleanup shebang (remove 'sh -e' pattern)
2021-10-18 13:28:27 +07:00

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 ..