Giter Site home page Giter Site logo

brewfile-school's Introduction

Homewbrew is a package manager, it's like installing an app on your phone except cooler because you feel like you're hacking the matrix. A developer will use many different ones (gem, npm, bower, etc) right now we're installing HomeBrew which will install your core Mac packages.

This file will install all homebrew packages needed for class

First copy and paste this into your terminal to install the homebrew package manage:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)

We're going to install one package that will run a script and automate the rest of the packages we need

The package we need is Homebrew-bundle (it will bundle our packages together and install them all)

Copy and paste this into your terminal:

brew tap Homebrew/bundle

Now that we have the bundler installed go to your root directory by typing: cd ~

Then run copy and paste this entire block at once and hit enter:

echo "tap 'homebrew/bundle'
tap 'homebrew/dupes'
tap 'homebrew/versions'
brew 'node'
brew 'tmux'
brew 'vim'
brew 'wemux'
brew 'git'" > Brewfile

This automatically creates a file with all the packages we're going to install in the bundle.

Now we're going to use our bundler by running

brew bundle

That's it ๐Ÿ’ฏ don't worry about how all this works too much, it's grunt work that just has to be done to set everything up.

brewfile-school's People

Contributors

fbongiovanni29 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.