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.
-
Clone the Neofetch repository and navigate into it:
git clone https://github.com/RoBorregos/neofetch.git cd neofetch -
Install it globally:
sudo make install
-
Add
neofetchat the end of your~/.bashrc:nano ~/.bashrc -
Add this line at the bottom:
neofetch
-
Then apply the changes:
source ~/.bashrc
-
Add
neofetchat the end of your~/.zshrc:nano ~/.zshrc -
Add this line at the bottom:
neofetch
-
Then apply the changes:
source ~/.zshrc
