1
0
mirror of https://git.disroot.org/FollieHiyuki/dotfiles.git synced 2025-02-26 14:29:33 -05:00
2021-05-03 04:09:07 +03:00

12 lines
168 B
Bash
Executable File

#!/bin/sh -e
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 ..