mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
140 B
Bash
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
|