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 neofetch
On Ubuntu.
sudo apt update && sudo apt install neofetch
git clone [email protected]:stacc/stacc-neofetch.git
cd stacc-neofetch
mkdir -p ~/.config/neofetch/ascii-art && cp logos/* $_
There are several logos available, pick your favorite.
export LOGO=stacc.txt
# or
export LOGO=stacc-pride.txt
For bash.
echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.bashrc
For zsh.
echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.zshrc
Reload your shell and continue working! ☕️