Skip to content

Instantly share code, notes, and snippets.

View MissaDavid's full-sized avatar

Melissa Tamplin MissaDavid

  • Ottawa, Canada
  • 13:40 (UTC -04:00)
View GitHub Profile
@MissaDavid
MissaDavid / .envrc
Created July 16, 2020 23:08
Adding env variables and node_modules to PATH
# Export all variables inside .env allowing spaces in double quotes and ignoring commented lines
set -o allexport
test -f .env && source .env
set +o allexport
test -f .nvmrc && fnm use
PATH_add node_modules/.bin
@MissaDavid
MissaDavid / vscode-update.sh
Created July 16, 2020 23:05
VS Code update script
# Download the latest stable version of VS Code and store it in a temporary location
wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb
# Now, install the newly downloaded VS Code
sudo dpkg -i /tmp/code_latest_amd64.deb
### Keybase proof
I hereby claim:
* I am missadavid on github.
* I am missa (https://keybase.io/missa) on keybase.
* I have a public key ASD1N2xa-VvRtWxDww7N7YYAbtH0PqlFsTvCR5t5nTtg4go
To claim this, I am signing this object: