Skip to content

sharepointoscar/PackageManagementFiles

Repository files navigation

MY PACKAGE MANAGEMENT FILES

alt text

Overview

I like to have some control to the chaos of installing different packages and libraries on my Macbook Pro. These are the files I use to keep things in order.

BrewFile

I use homebrew to manage various casks and software I need.

Within the directory where the Brewfile resides, run the following command

brew bundle install

alt text

Gemfile

To manage my Gem dependencies I use RVM which is typical. However, having a Gemfile to replicate my Gems across development machines is a nice thing to have :)

Within the directory where the Gemfile resides, run the following command

bundler install

alt text

For more Bundler info

About

The Package Management files on my Macbook Pro

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages