FollieHiyuki-dotfiles/setup/afetch.sh

12 lines
165 B
Bash
Raw Normal View History

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