This commit is contained in:
G2-Games 2022-09-03 12:18:24 -05:00
commit 87d44aecff

View file

@ -3,9 +3,17 @@
This is a nice little script for your `.bashrc` that greets you on every launch, with some helpful (and customizable!) information This is a nice little script for your `.bashrc` that greets you on every launch, with some helpful (and customizable!) information
![image](https://user-images.githubusercontent.com/72430668/188241809-fd94292e-23a4-4bba-bb76-82b863bbdddb.png) ![image](https://user-images.githubusercontent.com/72430668/188241809-fd94292e-23a4-4bba-bb76-82b863bbdddb.png)
### Installing:
#### Curl Script
Run `. <(curl https://raw.githubusercontent.com/G2-Games/welcome-sh/main/install.sh)` to install it. Run it again to uninstall.
#### Manual Installation
To use it, download `welcome.sh` and place it in your home directory. Then add `/home/$USER/welcome.sh` to your `.bashrc` To use it, download `welcome.sh` and place it in your home directory. Then add `/home/$USER/welcome.sh` to your `.bashrc`
TODO: ### Updating:
- [ ] Add easier way to install and update WIP
### TODO:
- [x] Add easier way to install and update
- [ ] Fix issues across other distros - [ ] Fix issues across other distros
- [ ] Add features? - [ ] Add features?