Files
dotfiles/setup/init.sh
2021-11-28 11:38:25 +01:00

9 lines
140 B
Bash

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