mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
setup: add installer for afetch
This commit is contained in:
parent
fa91461823
commit
77e7b38ed8
11
setup/afetch.sh
Executable file
11
setup/afetch.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
git clone https://github.com/13-CF/afetch
|
||||
cd afetch || exit 1
|
||||
|
||||
# Display colors
|
||||
sed -i '13s/false/true/' src/config.h
|
||||
make
|
||||
|
||||
mv -fv afetch ~/.local/bin/afetch
|
||||
cd ..
|
Loading…
Reference in New Issue
Block a user