Skip to content

Instantly share code, notes, and snippets.

View vfxguru001's full-sized avatar

Tim Aldridge vfxguru001

  • San Francisco, CA
View GitHub Profile
@micahgodbolt
micahgodbolt / wsl_install_node.md
Last active June 19, 2025 19:41
WSL install Node

The apt-get version of node is incredibly old, and installing a new copy is a bit of a runaround.

So here's how you can use NVM to quickly get a fresh copy of Node on your new Bash on Windows install

$ touch ~/.bashrc
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
// restart bash
$ nvm install --lts
@jcowles
jcowles / .vimrc
Last active August 29, 2020 17:52
My default settings to modernize Vim behavior
" On Linux/OSX this is ~/.vimrc
" On windows this is ~/_vimrc
" Don't drop garbage files everywhere.
" Note that this disables vim backup files, which I'm cool with, but
" maybe you're not.
:set nobackup
" Prepend (^=) the windows temp dir as the place to keep swap files.
" The // tells vim to use the absolute path to avoid collisions.
@jagdeepsingh
jagdeepsingh / README.md
Last active February 4, 2025 20:31
Set up macOS Catalina 10.15 with development tools | Git | Homebrew | rbenv | bundler | Atom | Databases | Node.js | Yarn | kubectl | Elastic Stack