- These files typically are password / key protected.
- 
On a Mac, with Homebrew: brew install age zstd
- 
On Windows, with Chocolatey: choco install -y age.portable zstandard
| #EXTM3U | |
| # filename: radio.m3u | |
| # ------------------- | |
| # My Streaming Radio Playlist | |
| # --- Hourly News Updates --- | |
| # These are hosted static MP3s that change periodically; they are not streams. | |
| #EXTINF:0,--- Hourly News Updates --- | |
| #vlc://pause:0 | 
# Download oh-my-zsh
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Set zsh to auto-start
echo 'exec /bin/zsh' >> ~/.bash_profile
# Add aws cli to zsh plugins (for tab completion)