Be welcomed by a fresh looking shell every time you open your terminal.
First, install Neofetch. Click here for detailed instructions.
On macOS.
brew install neofetchOn Ubuntu.
sudo apt update && sudo apt install neofetchgit clone git@github.com:stacc/stacc-neofetch.git
cd stacc-neofetchmkdir -p ~/.config/neofetch/ascii-art && cp logos/* $_There are several logos available, pick your favorite.
export LOGO=stacc.txt
# or
export LOGO=stacc-pride.txtFor bash.
echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.bashrcFor zsh.
echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.zshrcReload your shell and continue working! ☕️
