dotfiles-for-coder/bootstrap.sh

6 lines
228 B
Bash
Executable File

#!/usr/bin/env bash
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)"