Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.07 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.07 KB

Stacc ASCII Art for Neofetch

Be welcomed by a fresh looking shell every time you open your terminal.

Preview

Setup

1. Install Neofetch

First, install Neofetch. Click here for detailed instructions.

On macOS.

brew install neofetch

On Ubuntu.

sudo apt update && sudo apt install neofetch

2. Clone this repo and open folder

git clone git@github.com:stacc/stacc-neofetch.git
cd stacc-neofetch

3. Copy ascii art

mkdir -p ~/.config/neofetch/ascii-art && cp logos/* $_

4. Pick a logo

There are several logos available, pick your favorite.

export LOGO=stacc.txt
# or
export LOGO=stacc-pride.txt

5. Add Neofetch to shell config

For bash.

echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.bashrc

For zsh.

echo "neofetch --ascii ~/.config/neofetch/ascii-art/$LOGO" >> ~/.zshrc

6. All done

Reload your shell and continue working! ☕️