sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
| #!/bin/sh | |
| # Command-line world clock | |
| # Taken from http://stackoverflow.com/questions/370075/command-line-world-clock | |
| # .worldclock.zones file looks like: | |
| # US/Pacific | |
| # Europe/Berlin | |
| # Chile/Continental | |
| : ${WORLDCLOCK_ZONES:=$HOME/.worldclock.zones} |