Skip to content

Instantly share code, notes, and snippets.

@ijlyttle
Created December 10, 2022 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijlyttle/0f74f5f85455e67e0c514e5eee3eb4d7 to your computer and use it in GitHub Desktop.
Save ijlyttle/0f74f5f85455e67e0c514e5eee3eb4d7 to your computer and use it in GitHub Desktop.
Deno configuration

This is macOS-centric.

Installation

brew install deno

Configuration

Proxy

In ~/.zprofile, in addition to HTTP_PROXY, HTTPS_PROXY, NO_PROXY :

DENO_TLS_CS_STORE=system

Autocomplete

mkdir ~/.oh-my-zsh/custom/plugins/deno
deno completions zsh > ~/.oh-my-zsh/custom/plugins/deno/_deno

then add deno to plugins section of .zshrc

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