7 lines
148 B
Bash
7 lines
148 B
Bash
|
#! /bin/zsh
|
||
|
|
||
|
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||
|
|
||
|
sudo rm /etc/neofetch.conf
|
||
|
sudo ln -s ${GIT_ROOT}/neofetch/neofetch.conf /etc/neofetch.conf
|