Skip to content

Setup scripts for Minifast machines

License

Notifications You must be signed in to change notification settings

minifast/homebrew-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Setup Homebrew Formulae

Most of the time, you'll be following setup steps after you're added to the Github organization. Assuming you've installed Homebrew using the script on their site:

  1. Clone this repository:

    $ git clone https://github.com/minifast/homebrew-setup
  2. Install dependencies using Homebrew:

    $ cd homebrew-setup
    $ brew bundle

Some text will show up for the party, you'll probably enter your password, and then you'll have a configured machine!

  1. Install Oh My Zsh from https://ohmyz.sh.

How do I install these formulae as one-offs?

brew install minifast/setup/<formula>

Or brew tap minifast/setup and then brew install <formula>.

Documentation

brew help, man brew or check Homebrew's documentation.