Update 'bootstrap.sh'

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2023-07-19 08:32:18 +00:00
parent 3a9e18254e
commit 89ca0541b1
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env bash
chmod +x installer-script.sh
./installer-script.sh
sudo pacman -Sy jq --noconfirm
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)"