2021-07-16 00:28:37 +02:00
|
|
|
# motd
|
2021-07-16 00:38:12 +02:00
|
|
|
|
|
|
|
Just a little script and some 256x images for some terminal shine UwU.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
* kitty
|
|
|
|
* imagemagick
|
2021-07-18 11:53:25 +02:00
|
|
|
* lolcat (optional)
|
2021-07-16 00:38:12 +02:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
Just place this folder somewhere, and add the path of the motd.sh to your .bashrc.
|
|
|
|
|
2022-05-24 22:50:50 +02:00
|
|
|
```
|
|
|
|
git clone https://git.nussnougate.net/Lexeloid/.motd.git
|
|
|
|
```
|
|
|
|
|
|
|
|
### lolcat
|
|
|
|
|
2022-05-24 22:55:41 +02:00
|
|
|
> For faster lolcat we use a C implementation from [jaseg](https://github.com/jaseg/lolcat).
|
2022-05-24 22:50:50 +02:00
|
|
|
|
|
|
|
```
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
2022-05-25 21:13:25 +02:00
|
|
|
cd lolcat
|
|
|
|
make
|
2022-05-24 22:50:50 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
|
2021-07-16 00:38:12 +02:00
|
|
|
## Limitations
|
|
|
|
|
|
|
|
At the moment, it only works in the kitty terminal.
|
|
|
|
|
|
|
|
## Troubleshooting
|
|
|
|
|
|
|
|
If you want to remove the login message on ssh, you can do so by removing the content of /etc/motd and /etc/update-motd.d/.
|