Skip to content

Instantly share code, notes, and snippets.

@amritanshu-pandey
Created April 20, 2018 07:12
Show Gist options
  • Save amritanshu-pandey/0ebbb1cd4d0540850c91d4eb165be9e1 to your computer and use it in GitHub Desktop.
Save amritanshu-pandey/0ebbb1cd4d0540850c91d4eb165be9e1 to your computer and use it in GitHub Desktop.
My Docker-Workstation bootstrap script
#!/bin/bash
## Remove or edit this sample code as per your requirement
if [ -d "${HOME}/.ssh" ]; then
echo "Setting permission for \"${HOME}\"/.ssh"
chmod -R 700 "${HOME}"/.ssh
fi
pyenv install 3.6.5
pyenv install 3.7.0b3
nodenv install 9.11.1
sed -i -e 's/robbyrussell/agnoster/g' ~/.zshrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment