dotfiles-for-coder/bootstrap.sh

6 lines
228 B
Bash
Raw Normal View History

2023-07-19 06:58:22 +00:00
#!/usr/bin/env bash
2023-07-19 06:42:33 +00:00
2023-07-19 08:32:18 +00:00
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)"