FollieHiyuki-dotfiles/setup/afetch.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
165 B
Bash
Executable File

#!/bin/sh
git clone https://github.com/13-CF/afetch
cd afetch
# Display colors
sed -i '13s/false/true/' src/config.h
make
mv -fv afetch ~/.local/bin/afetch
cd ..