Skip to content

stacc/stacc-neofetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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! ☕️

Releases

No releases published

Packages

No packages published