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