Add 'bootstrap.sh'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-19 06:42:33 +00:00
parent dfd97ef3b9
commit d4f13d0791
1 changed files with 5 additions and 0 deletions

5
bootstrap.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
curl https://get.docker.sh | bash -
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"