Skip to content

Instantly share code, notes, and snippets.

@marcelblijleven
Created February 21, 2018 13:41
Show Gist options
  • Save marcelblijleven/d84b008b192a84b8899b1f77f937499c to your computer and use it in GitHub Desktop.
Save marcelblijleven/d84b008b192a84b8899b1f77f937499c to your computer and use it in GitHub Desktop.
Spotify proxy aliases
# Spotify Proxy settings
alias spotify_proxy_on='sed -i -e "s/network.proxy.mode=1/network.proxy.mode=2/" ~/Library/Application\ Support/Spotify/prefs'
alias spotify_proxy_off='sed -i -e "s/network.proxy.mode=2/network.proxy.mode=1/" ~/Library/Application\ Support/Spotify/prefs'
@marcelblijleven
Copy link
Author

Set up proxy in Spotify advanced settings, use aliases to easily turn the proxy on / off

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment