An open API service indexing awesome lists of open source software.

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

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

![0](images/0.png)
![1](images/1.png)
![2](images/2.png)
![3](images/3.png)
![4](images/4.png)
![5](images/5.png)
![6](images/6.png)