38 lines
691 B
Markdown
38 lines
691 B
Markdown
# motd
|
|
|
|
Just a little script and some 256x images for some terminal shine UwU.
|
|
|
|
## Dependencies
|
|
|
|
* kitty
|
|
* imagemagick
|
|
* lolcat (optional)
|
|
|
|
## Installation
|
|
|
|
Just place this folder somewhere, and add the path of the motd.sh to your .bashrc.
|
|
|
|
```
|
|
git clone https://git.nussnougate.net/Lexeloid/.motd.git
|
|
```
|
|
|
|
### lolcat
|
|
|
|
> For faster lolcat we use a C implementation from [jaseg](https://github.com/jaseg/lolcat).
|
|
|
|
```
|
|
git submodule init
|
|
git submodule update
|
|
cd lolcat
|
|
make
|
|
```
|
|
|
|
|
|
## 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/.
|