Skip to content

Instantly share code, notes, and snippets.

@ryanolsonx
Last active June 7, 2022 14:59
Show Gist options
  • Save ryanolsonx/6608673a115777a4d3aab643ec589928 to your computer and use it in GitHub Desktop.
Save ryanolsonx/6608673a115777a4d3aab643ec589928 to your computer and use it in GitHub Desktop.
Minimalist dev env
#!/usr/bin/env bash
set -e
echo 'set ai et sts=2 sw=2 dir=/tmp bdir=/tmp bs=2' > ~/.vimrc
echo 'export PATH="$PATH":"$HOME/bin"' > ~/.zshrc
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment