Skip to content

Instantly share code, notes, and snippets.

@alexandreroman
Created August 8, 2016 13:23
Show Gist options
  • Save alexandreroman/a986a46b66b938ff6793158d70316f85 to your computer and use it in GitHub Desktop.
Save alexandreroman/a986a46b66b938ff6793158d70316f85 to your computer and use it in GitHub Desktop.
How to setup HTTP proxy in Atom Editor:
$ apm config set proxy "http://myproxy:port"
$ apm config set https_proxy "http://myproxy:port"
This will create a new file ".apmrc" in "$HOME/atom".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment