# Let's start with an important question.

Do you have `fortune|cowsay|lolcat` in your profile? If no - I’m glad to help. First - you need to install everything.

```bash
sudo apt install fortune cowsay lolcat
```

Then - add it to your profile:

```bash
echo 'fortune | cowsay | lolcat' >> ~/.profile
```

That’s it. you can enjoy meaningful quotes on every login.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1766158691323/1ac64f8b-9bc5-48ca-ae3a-b99ff4e309e8.png align="center")
