Skip to content

oakwood/oakwood-macos-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oakwood macOS Toolbox

License

Manage your tools the easy way

What is Oakwood Toolbox?

The Oakwood Toolbox makes managing your development environment tools almost effortless! Highly recommended

  • Download and configure Homebrew as dependency manager.
  • Bootstrap your developmnent environment by installing Apps and CLI tools for your macOS, Nodejs including global packages.
  • Install Xcode Command Line Tools package gives you a complete Unix toolkit accessible through Terminal.
  • Install and configure Git if it's not installed in your machine.
  • Update packages automatically

Why Oakwood Toolbox

Save time and effort maintaining your macOS, by downloading all apps and cli tools needed for development enviroment.

Installation

⚠️ Disclaimer! ⚠️

DO NOT just run the installer snippet if you do not fully understand what it does!

To set up the oakwood macOS toolbox, run the appropriate snippet in the terminal:

Downloader Snippet
curl bash -c "$(curl -fsSL https://raw.githubusercontent.com/oakwood/oakwood-macos-toolbox/master/installer.sh)"
wget bash -c "$(wget https://raw.githubusercontent.com/oakwood/oakwood-macos-toolbox/master/installer.sh -O -)"
git git clone git@github.com:oakwood/oakwood-macos-toolbox.git ~/oakwood-macos-toolbox && source ~/oakwood-macos-toolbox/installer.sh

That's it! 🎉. When installer is run, you are prompted to choose one option from the list as seen below:

What you want to do?

1) All                                5) Bootstrap macOS Environment (Apps,CLI Tools, Nodejs, NVM)
2) Install Xcode Command Line Tools   6) Install Git and Setup SSH
3) Install Homebrew                   7) Quit
4) Clone Oakwoods macOS Toolbox repo

# Choose a number
Enter your choice (must be a number):	

The installer attempts to only select relevant script based on your choice. Say you choose 1 for All, then you wait for the magic to happen 😍

License

Copyright © 2020 Oakwood Licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages