Assume that you want to set 127.0.0.1:10809 as HTTP proxy and 127.0.0.1:10808 as SOCKS proxy.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function pom | |
| set split $POMO_SPLIT | |
| if ! test -n "$split" | |
| set split $(gum choose "25/5" "50/10" "all done" --header "Choose a pomodoro split.") | |
| end | |
| switch $split | |
| case 25/5 | |
| set work 25m | |
| set break 5m |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # I'll be doing another one for Linux, but this one will give you | |
| # a pop up notification and sound alert (using the built-in sounds for macOS) | |
| # Requires https://github.com/caarlos0/timer to be installed | |
| # Mac setup for pomo | |
| alias work="timer 60m && terminal-notifier -message 'Pomodoro'\ | |
| -title 'Work Timer is up! Take a Break 😊'\ | |
| -appIcon '~/Pictures/pumpkin.png'\ | |
| -sound Crystal" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #EXTM3U | |
| #EXTINF:0,Defcon 128 - Seven Inch Soul: Vintage soul tracks from the original 45 RPM vinyl. [SomaFM] | |
| http://ice1.somafm.com/7soul-128-aac | |
| #EXTINF:0,SomaFM: Seven Inch Soul (#2 ): Vintage soul tracks from the original 45 RPM vinyl. | |
| http://ice2.somafm.com/7soul-128-aac | |
| #EXTINF:0,SomaFM: BAGeL Radio (#1 ): What alternative rock radio should sound like. | |
| http://ice1.somafm.com/bagel-128-mp3 | |
| #EXTINF:0,SomaFM: BAGeL Radio (#2 ): What alternative rock radio should sound like. | |
| http://ice2.somafm.com/bagel-128-mp3 | |
| #EXTINF:0,SomaFM: Beat Blender (#1 ): A late night blend of deep-house and downtempo chill. |