Skip to content

tyler-mauthe-hs/hatstrap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strap

Hatstrap is a script to bootstrap a minimal OS X development system, forked from Strap

Instructions

Clone locally and run this in the repo dir:

./bin/hatstrap.sh

Features

  • Sets a bunch of Preferences (details in bin/prefs.sh)
  • Adds a Found this computer? message to the login screen (for machine recovery)
  • Installs the Xcode Command Line Tools (for compilers and Unix tools)
  • Agree to the Xcode license (for using compilers without prompts)
  • Installs Homebrew (for installing command-line software)
  • Installs Homebrew Versions (for installing older versions of command-line software)
  • Installs Homebrew Bundle (for bundler-like Brewfile support)
  • Installs Homebrew Services (for managing Homebrew-installed services)
  • Installs Homebrew Cask (for installing graphical software)
  • Installs the latest OS X software updates (for better security)
  • Installs a bunch of apps for Software Development
  • Adds basic Apache, PHP, MySQL, PHPMyAdmin support w/ vHosts

License

Hatstrap is forked from Strap and trimmed to fit.

Hatstrap is licensed under the MIT License.

About

OSX bootstrap for me based on Strap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 53.0%
  • Shell 42.3%
  • Lua 2.4%
  • Ruby 2.3%