mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 05:22:53 -05:00
Update README.md
This commit is contained in:
parent
ce6bf2b887
commit
57b7ac5f13
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -1,11 +1,15 @@
|
||||||
# welcome-sh
|
# welcome-sh
|
||||||
### A nice welcome script for Bash
|
|
||||||
This is a nice little script for your `.bashrc` that greets you on every launch, with some helpful (and customizable!) information
|
|
||||||

|

|
||||||
|
### A nice welcome script for Bash
|
||||||
|
This is a nice little script for your `.bashrc` that greets you on every launch, with some helpful (and customizable!) information.
|
||||||
|
|
||||||
|
My goal with this script is to keep it simple, just a single line that gives useful information when you start the terminal.
|
||||||
|
|
||||||
### Installing:
|
### Installing:
|
||||||
#### Curl Script
|
#### Curl Script
|
||||||
Run `. <(curl https://raw.githubusercontent.com/G2-Games/welcome-sh/main/install.sh)` to install it. Run it again to uninstall.
|
Run `. <(curl https://raw.githubusercontent.com/G2-Games/welcome-sh/main/install.sh)` to install it.
|
||||||
|
|
||||||
|
Run it again to uninstall.
|
||||||
|
|
||||||
#### Manual Installation
|
#### 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`
|
||||||
|
@ -13,6 +17,8 @@ To use it, download `welcome.sh` and place it in your home directory. Then add `
|
||||||
### Updating:
|
### Updating:
|
||||||
WIP
|
WIP
|
||||||
|
|
||||||
|
Currently you can update by uninstalling and reinstalling, but this wipes all settings. I am working on making a better way to do this.
|
||||||
|
|
||||||
### TODO:
|
### TODO:
|
||||||
- [x] Add easier way to install and update
|
- [x] Add easier way to install and update
|
||||||
- [ ] Fix issues across other distros
|
- [ ] Fix issues across other distros
|
||||||
|
|
Loading…
Reference in a new issue