Add 'installer-script.sh'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-19 06:58:54 +00:00
parent 5578f57b26
commit 934ae192d4
1 changed files with 5 additions and 0 deletions

5
installer-script.sh Normal file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env 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)"