https://github.com/maheshkumar-novice/neorandomfetch
Random Neofetch OS Logo Script
https://github.com/maheshkumar-novice/neorandomfetch
bash bash-script linux linux-shell neofetch neofetch-configuration
Last synced: about 1 month ago
JSON representation
Random Neofetch OS Logo Script
- Host: GitHub
- URL: https://github.com/maheshkumar-novice/neorandomfetch
- Owner: Maheshkumar-novice
- Created: 2022-07-23T10:59:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T17:06:21.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T22:15:15.225Z (about 1 year ago)
- Topics: bash, bash-script, linux, linux-shell, neofetch, neofetch-configuration
- Language: Shell
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo Random Fetch
Get random os logo whenever you open the terminal.
## Setup
### Install `neofetch`
This may vary for your distro
```sh
sudo apt install neofetch
```
### Clone the repo
```sh
git clone git@github.com:Maheshkumar-novice/NeoRandomFetch.git
```
### Copy the `.neo_random_fetch.sh` to home folder
```sh
cd NeoRandomFetch
cp .neo_random_fetch.sh ~
```
### Update your shell `rc` file
For `.bashrc` append the following to the file,
```sh
# neofetch
if [[ -f ~/.neo_random_fetch.sh ]]; then
source ~/.neo_random_fetch.sh
neo_random_fetch
fi
```
### Let's get started!
```sh
. ~/.bashrc
```
### To find out which OS' logo is displaying
```sh
echo $neo_os
```
Enjoy!
### Samples






