One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| #!/bin/sh | |
| # https://gist.github.com/John-Almardeny/04fb95eeb969aa46f031457c7815b07d | |
| # Create a Notification With Sound with a Given Message and Time | |
| # The Downloaded Sound is from Notification Sounds https://notificationsounds.com/ | |
| MSSG="$1" | |
| TIME="$2" | |
| # install wget if not found |
| # vim:ft=zsh ts=2 sw=2 sts=2 | |
| # | |
| # agnoster's Theme - https://gist.github.com/3712874 | |
| # A Powerline-inspired theme for ZSH | |
| # | |
| # # README | |
| # | |
| # In order for this theme to render correctly, you will need a | |
| # [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
| # Make sure you have a recent version: the code points that Powerline |