my dotz
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add github redirect + idiotic regions script

+9
+2
.config/git/config
··· 42 42 path = ~/.config/git/config-work 43 43 [pager] 44 44 status = true 45 + [url "git@github.internal.digitalocean.com:"] 46 + insteadOf = https://github.internal.digitalocean.com/
+7
bin/zora/regions
··· 1 + #!/bin/sh 2 + 3 + filter="$1" 4 + 5 + for region in ams2 ams3 blr1 fra1 lon1 nyc1 nyc2 nyc3 sfo1 sfo2 sfo3 sgp1 tor1; do 6 + printf "%s\n" "$region" 7 + done