Skip to content
View quirico's full-sized avatar
🕺
Foolin' around with HTML, CSS and JS. Obviously.
🕺
Foolin' around with HTML, CSS and JS. Obviously.
Block or Report

Block or report quirico

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. MacOS Bash/ZSH script for changing e... MacOS Bash/ZSH script for changing env/git/npm/yarn proxy info based on your Wifi SSID in use.
    1
    alias airport="/System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport"
    2
    
                  
    3
    CURRENT_WIFI_SSID=$(eval airport -I | grep '^[[:space:]]*SSID' | sed -e 's/^.*SSID: //g')
    4
    PROXY='http://{USERNAME}:{PASSWORD}@{PROXY_SERVER}:{PROXY_PORT}'
    5