mirror of
https://github.com/G2-Games/welcome.sh.git
synced 2025-04-19 13:32:53 -05:00
Create README.md
This commit is contained in:
parent
9703a47fe2
commit
4e2e76251c
1 changed files with 2 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
# welcome.sh
|
# welcome.sh
|
||||||
<img src="https://user-images.githubusercontent.com/72430668/188546505-13b5627f-6e11-41f2-809b-5992f24aa25b.png">
|

|
||||||
|
|
||||||
### A nice welcome script for Bash and Zsh
|
### A nice welcome script for Bash and Zsh
|
||||||
This is a nice little script for your `.bashrc` or `.zshrc` that greets you on every launch, with some helpful (and customizable!) information.
|
This is a nice little script for your `.bashrc` or `.zshrc` that greets you on every launch, with some helpful (and customizable!) information.
|
||||||
|
@ -56,8 +56,6 @@ To configure settings, open `welcome.sh` in your text editor of choice and go to
|
||||||
# is a good idea. You can also re-order #
|
# is a good idea. You can also re-order #
|
||||||
# them to change how they display! #
|
# them to change how they display! #
|
||||||
|
|
||||||
|
|
||||||
greetings=("Welcome" "Greetings" "Hello" "Hi") # Add your own greetings!
|
|
||||||
randgreeting="off" #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
|
randgreeting="off" #< Turn the random greetings on (eg. "Hello <user>, Hi <user>")
|
||||||
twelvehour="on" #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
|
twelvehour="on" #< Switch between 12 and 24 hour time (eg. 8:00pm vs 20:00)
|
||||||
rechargenotif="off" #< Notify that you should recharge if below 15%
|
rechargenotif="off" #< Notify that you should recharge if below 15%
|
||||||
|
@ -67,7 +65,7 @@ welcome
|
||||||
greeting
|
greeting
|
||||||
clock
|
clock
|
||||||
battery
|
battery
|
||||||
updates
|
updates #< This makes startup slower
|
||||||
echo # Properly line break at the end
|
echo # Properly line break at the end
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue