Manage your tools the easy way
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
Save time and effort maintaining your macOS, by downloading all apps and cli tools needed for development enviroment.
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 [email protected]: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 😍
Copyright © 2020 Oakwood
Licensed under the MIT license
.