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

15 lines
234 B
Bash

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