Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.11 KB

osx-setup

I wanted to make the installation of a new computer as easy as possible, borrowing the ideas of Homebrew, I made the setup to be installable without having to clone a repo (the installation will still clone the repo to your home directory, but into the .osx-setup directory).

WARNING!!!

This installation script has been made for me and me only. If it renders your system unusable remember that you used it AT YOUR OWN RISK.

What will this do

  • Install homebrew
  • Install and configure the fish shell
  • Install all the formulae I use normally (and some others)
  • Install all the vim bundles and configure my vim environment
  • Install and configure my tmux environment
  • Install cask and install some of the software I use (and some others)

Installation

If you want to install my configuration (AT YOUR OWN RISK!) run:

curl -s https://raw.githubusercontent.com/ecomba/osx-setup/master/bootstrap.sh
| bash

Thanks

This project is heavily inspired by @christophgockel's dotfiles project.