Skip to content

🖼️ A command-line system information tool written in bash 3.2+

License

Notifications You must be signed in to change notification settings

RoBorregos/neofetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5,277 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖥️ Terminal Setup with Neofetch and Custom Size

This guide documents how to install and configure Neofetch to launch automatically when opening the terminal, as well as how to customize the default terminal window size for both GNOME Terminal and Terminator.


📦 Installation

  1. Clone the Neofetch repository and navigate into it:

    git clone https://github.com/RoBorregos/neofetch.git
    cd neofetch
  2. Install it globally:

    sudo make install

🚀 Auto-run Neofetch on Terminal Launch

If using Bash:

  1. Add neofetch at the end of your ~/.bashrc:

    nano ~/.bashrc
  2. Add this line at the bottom:

    neofetch
  3. Then apply the changes:

    source ~/.bashrc

If using Zsh:

  1. Add neofetch at the end of your ~/.zshrc:

    nano ~/.zshrc
  2. Add this line at the bottom:

    neofetch
  3. Then apply the changes:

    source ~/.zshrc

🖼️ Preview

Neofetch Preview

About

🖼️ A command-line system information tool written in bash 3.2+

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 96.7%
  • Roff 3.2%
  • Makefile 0.1%