This repository has been archived on 2022-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/setup/afetch.sh

12 lines
165 B
Bash
Raw Permalink Normal View History

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