Added 'geoip' 'corona' info

This commit is contained in:
JGill
2020-03-30 17:45:52 +10:30
parent d1acdada26
commit 6633e8a39d

View File

@@ -2,7 +2,7 @@
A simple script to setup an awesome shell environment. A simple script to setup an awesome shell environment.
Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with Quickly install and setup zsh and oh-my-zsh (https://github.com/robbyrussell/oh-my-zsh) with
* powerlevel10k theme (https://github.com/romkatv/powerlevel10k) * powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
* Nerd-Fonts (even better!) (https://github.com/ryanoasis/nerd-fonts) * Nerd-Fonts (https://github.com/ryanoasis/nerd-fonts)
* zsh-completions (https://github.com/zsh-users/zsh-completions) * zsh-completions (https://github.com/zsh-users/zsh-completions)
* zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions) * zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
* zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting) * zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting)
@@ -17,12 +17,13 @@ Sets following useful aliases:
* alias k="k -h" - show human readable filesizes, in kb, mb etc * alias k="k -h" - show human readable filesizes, in kb, mb etc
* x="exit" * x="exit"
* https - make httpie use https * https - make httpie use https
* wip - (wget -qO- https://wtfismyip.com/text) - what's my ip: quickly find out external IP * myip - (wget -qO- https://wtfismyip.com/text) - what's my ip: quickly find out external IP
* cheat - (https://github.com/chubin/cheat.sh) - cheatsheets in the terminal! * cheat - (https://github.com/chubin/cheat.sh) - cheatsheets in the terminal!
* speedtest - (curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -) run speedtest on the fly * speedtest - (curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python3 -) run speedtest on the fly
* dadjoke - (curl https://icanhazdadjoke.com) - terminally sick jokes * dadjoke - (curl https://icanhazdadjoke.com) - terminally sick jokes
* dict - (curl "dict://dict.org/d:$1 $2 $3") - dictionary definitions * dict - (curl "dict://dict.org/d:$1 $2 $3") - dictionary definitions
* ipgeo - (curl "http://api.db-ip.com/v2/free/$1") - finds geo location from IP
* corona - (curl "https://corona-stats.online/") - shows corona virus spread live stats
## Demo ## Demo