Skip to content

Instantly share code, notes, and snippets.

@seye2
Last active April 7, 2020 09:03
Show Gist options
  • Save seye2/22fc476d34320710bc2c98ca6a30ddc0 to your computer and use it in GitHub Desktop.
Save seye2/22fc476d34320710bc2c98ca6a30ddc0 to your computer and use it in GitHub Desktop.
common.sh
#!/usr/bin/env bash
if ! which brew
then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
read -r -s -p "[sudo] sudo password for $(whoami):" pass
brew bundle --file=./wantedFE.Brewfile
nvm install 10
nvm install 12
echo "{
"recommendations": [
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-tslint-plugin",
"eamodio.gitlens",
"abumalick.vscode-nvm",
]
}" > $HOME/.vscode/extensions.json
printf '\n🎉 Welcome Wanted Front-End Team!\n'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment