Files
dotfiles/setup/init.sh
2021-11-28 11:39:03 +01:00

12 lines
178 B
Bash

# Installing Homebrew packages
source ./brew.sh
# Installing Node.js
source ./nvm.sh
# Installing global Node.js modules
source ./npm.sh
# Install global Gems
source ./gem.sh